dotfiles/lua/plugins/bufferline.lua

22 lines
394 B
Lua
Raw Normal View History

2024-09-01 19:50:25 -04:00
return {
{
'akinsho/bufferline.nvim',
dependencies = {
'nvim-tree/nvim-web-devicons',
},
opts = {
options = {
always_show_bufferline = true,
offsets = {
{
filetype = 'neo-tree',
text = 'Neo-tree',
highlight = 'Directory',
text_align = 'left',
},
},
},
},
},
}