From 2932e263ac9d18b1693342d9cd4c5489dca92a88 Mon Sep 17 00:00:00 2001 From: tommconley Date: Thu, 6 Mar 2025 10:45:18 -0800 Subject: [PATCH] Remove barbar --- init.lua | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/init.lua b/init.lua index 614e7d41..670dbdce 100644 --- a/init.lua +++ b/init.lua @@ -231,22 +231,6 @@ require('lazy').setup({ -- For autosave functionality 'pocco81/auto-save.nvim', - -- For view of open buffers - { - 'romgrk/barbar.nvim', - dependencies = { - 'lewis6991/gitsigns.nvim', - 'nvim-tree/nvim-web-devicons', - }, - init = function() - vim.g.barbar_auto_setup = false - end, - opts = { - animation = false, - }, - version = '^1.0.0', - }, - -- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link). 'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically