dotfiles/nvim/lua/plugins/barbar.lua

13 lines
237 B
Lua
Raw Normal View History

2024-06-23 17:07:02 +02:00
return {
'romgrk/barbar.nvim',
dependencies = {
'lewis6991/gitsigns.nvim',
'nvim-tree/nvim-web-devicons'
},
init = function () vim.g.barbar_auto_setup = false end,
opts = {
animation = true,
2024-06-23 19:33:59 +02:00
auto_hide = 0
2024-06-23 17:07:02 +02:00
}
}