mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 13:06:35 +05:30
18 lines
360 B
Lua
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,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
}
|