added barbar

This commit is contained in:
skullbite
2025-03-06 11:46:55 -05:00
parent d837e968cf
commit bade8116f2
3 changed files with 25 additions and 3 deletions

View File

@@ -17,5 +17,21 @@ return {
},
"mfussenegger/nvim-lint",
{ 'echasnovski/mini.completion', version = false }
{ 'echasnovski/mini.completion', version = false },
{'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 = {
-- lazy.nvim will automatically call setup for you. put your options here, anything missing will use the default:
-- animation = true,
-- insert_at_start = true,
-- …etc.
},
version = '^1.0.0', -- optional: only update when a new 1.x version is released
},
"stevearc/oil.nvim",
"neovim/nvim-lspconfig"
}