Include and configure barbar for tabbed nvim

This commit is contained in:
Daniel McKnight 2025-05-29 21:25:04 -07:00
parent 15eb19682b
commit 2741ae520b
2 changed files with 9 additions and 1 deletions

View file

@ -0,0 +1,7 @@
return {
"romgrk/barbar.nvim",
tag = "v1.9.0",
--init = function()
-- vim.g.barbar_auto_setup = false
--end,
}