Add moar plugins

This commit is contained in:
Levente Krizsán 2024-08-31 22:34:55 +02:00
parent 30b6d487e1
commit 064e8ad1b4
6 changed files with 56 additions and 17 deletions

View file

@ -0,0 +1,13 @@
-- https://github.com/romgrk/barbar.nvim
return {
'romgrk/barbar.nvim',
enabled = false,
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 = {},
}