Use lazy.nvim
This commit is contained in:
11
lua/plugins/barbar.lua
Normal file
11
lua/plugins/barbar.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
return {
|
||||
"romgrk/barbar.nvim",
|
||||
dependencies = "nvim-tree/nvim-web-devicons",
|
||||
init = function() vim.g.barbar_auto_setup = false end,
|
||||
opts = {
|
||||
auto_hide = true,
|
||||
sidebar_filetypes = {
|
||||
["neo-tree"] = { event = "BufWipeout" }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user