Skip to content

Commit 2932e26

Browse files
committed
Remove barbar
1 parent a7100fa commit 2932e26

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

init.lua

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -231,22 +231,6 @@ require('lazy').setup({
231231
-- For autosave functionality
232232
'pocco81/auto-save.nvim',
233233

234-
-- For view of open buffers
235-
{
236-
'romgrk/barbar.nvim',
237-
dependencies = {
238-
'lewis6991/gitsigns.nvim',
239-
'nvim-tree/nvim-web-devicons',
240-
},
241-
init = function()
242-
vim.g.barbar_auto_setup = false
243-
end,
244-
opts = {
245-
animation = false,
246-
},
247-
version = '^1.0.0',
248-
},
249-
250234
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
251235
'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically
252236

0 commit comments

Comments
 (0)