mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-14 23:16:47 +00:00
21 lines
553 B
Lua
21 lines
553 B
Lua
return {
|
|
'akinsho/bufferline.nvim',
|
|
event = 'VeryLazy',
|
|
enabled = false,
|
|
opts = {
|
|
options = {
|
|
show_buffer_icons = true,
|
|
diagnostics = 'nvim_lsp',
|
|
indicator = {
|
|
icon = '▎',
|
|
style = 'icon',
|
|
},
|
|
-- show_buffer_close_icons = false,
|
|
modified_icon = '✥',
|
|
offsets = {
|
|
{ filetype = 'NvimTree', text = 'File Explorer', text_align = 'center', highlight = 'Directory' },
|
|
},
|
|
},
|
|
}
|
|
}
|