12 lines
283 B
Lua
12 lines
283 B
Lua
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" }
|
|
}
|
|
}
|
|
}
|