feat: Configure bufferline.nvim
This commit is contained in:
parent
a0f85ef720
commit
d4e57731b5
1 changed files with 18 additions and 0 deletions
18
lua/plugins/bufferline-nvim.lua
Normal file
18
lua/plugins/bufferline-nvim.lua
Normal file
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
{
|
||||
'akinsho/bufferline.nvim',
|
||||
opts = {
|
||||
options = {
|
||||
always_show_bufferline = true,
|
||||
offsets = {
|
||||
{
|
||||
filetype = 'neo-tree',
|
||||
text = 'Explorer',
|
||||
highlight = 'Directory',
|
||||
text_align = 'center',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Reference in a new issue