diff options
Diffstat (limited to '')
-rw-r--r-- | after/plugin/tabline.lua | 5 | ||||
-rw-r--r-- | lua/conf/plugins.lua | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/after/plugin/tabline.lua b/after/plugin/tabline.lua index 4b9dcfa..a9281a5 100644 --- a/after/plugin/tabline.lua +++ b/after/plugin/tabline.lua @@ -4,8 +4,5 @@ if not status_ok then end tabline.setup { - layout = { - { type = 'taglist' }, - }, - seperator = '|', + closeicon = "%#Constant#[x]" } diff --git a/lua/conf/plugins.lua b/lua/conf/plugins.lua index ebb53a6..0b9bbf8 100644 --- a/lua/conf/plugins.lua +++ b/lua/conf/plugins.lua @@ -29,6 +29,9 @@ require('dep') { { 'lukas-reineke/headlines.nvim', requires = 'nvim-neorg/neorg' }, + { 'squibid/tar', -- tab bar + url = 'https://git.squi.bid/tar' + }, -- functional plugins ------------------------------------------------------- { 'lewis6991/gitsigns.nvim' }, -- very helpful git things |