add
This commit is contained in:
17
nvim/lua/plugins/barbar.lua
Normal file
17
nvim/lua/plugins/barbar.lua
Normal file
@@ -0,0 +1,17 @@
|
||||
return {
|
||||
{
|
||||
"romgrk/barbar.nvim",
|
||||
config = function()
|
||||
require('barbar').setup({
|
||||
animation = true,
|
||||
auto_hide = true,
|
||||
tabpages = true,
|
||||
clickable = true,
|
||||
focus_on_close = 'left',
|
||||
highlight_alternate = false,
|
||||
highlight_inactive_file_icons = false,
|
||||
highlight_visible = true,
|
||||
})
|
||||
end
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user