mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-14 15:09:44 +00:00
20
nvim.bak/lua/plugins/bufferline.lua
Normal file
20
nvim.bak/lua/plugins/bufferline.lua
Normal file
@@ -0,0 +1,20 @@
|
||||
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' },
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user