Files
nixos-config/modules/home-manager/nvim/old/lua/plugins/bufferline.lua
2023-12-21 13:05:49 +05:30

18 lines
360 B
Lua

return {
'akinsho/bufferline.nvim',
version = 'v3.*',
dependencies = 'nvim-tree/nvim-web-devicons',
config = {
options = {
offsets = {
{
filetype = 'neo-tree',
text = 'NeoTree',
text_align = 'left',
separator = true,
},
},
},
},
}