add tabbar plugin
This commit is contained in:
parent
57dfdb074c
commit
2584f681c8
2 changed files with 4 additions and 4 deletions
|
|
@ -4,8 +4,5 @@ if not status_ok then
|
||||||
end
|
end
|
||||||
|
|
||||||
tabline.setup {
|
tabline.setup {
|
||||||
layout = {
|
closeicon = "%#Constant#[x]"
|
||||||
{ type = 'taglist' },
|
|
||||||
},
|
|
||||||
seperator = '|',
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,9 @@ require('dep') {
|
||||||
{ 'lukas-reineke/headlines.nvim',
|
{ 'lukas-reineke/headlines.nvim',
|
||||||
requires = 'nvim-neorg/neorg'
|
requires = 'nvim-neorg/neorg'
|
||||||
},
|
},
|
||||||
|
{ 'squibid/tar', -- tab bar
|
||||||
|
url = 'https://git.squi.bid/tar'
|
||||||
|
},
|
||||||
|
|
||||||
-- functional plugins -------------------------------------------------------
|
-- functional plugins -------------------------------------------------------
|
||||||
{ 'lewis6991/gitsigns.nvim' }, -- very helpful git things
|
{ 'lewis6991/gitsigns.nvim' }, -- very helpful git things
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue