Initial Commit
This commit is contained in:
19
lua/plugins/barbar.lua
Normal file
19
lua/plugins/barbar.lua
Normal file
@@ -0,0 +1,19 @@
|
||||
return {
|
||||
"romgrk/barbar.nvim",
|
||||
dependencies = {
|
||||
"lewis6991/gitsigns.nvim", -- OPTIONAL: for git status
|
||||
"nvim-tree/nvim-web-devicons", -- OPTIONAL: for file icons
|
||||
},
|
||||
init = function()
|
||||
vim.g.barbar_auto_setup = false
|
||||
end,
|
||||
opts = {
|
||||
animation = false,
|
||||
clickable = false,
|
||||
|
||||
sidebar_filetypes = {
|
||||
NvimTree = true,
|
||||
},
|
||||
},
|
||||
version = "^1.0.0", -- optional: only update when a new 1.x version is released
|
||||
}
|
||||
Reference in New Issue
Block a user