From c05f6803c48b6d22e4b8b8437dfd922d34da3ebb Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Wed, 20 May 2026 16:31:40 +0200 Subject: refactor(nvim): install vim-gitgutter in 50-git.lua --- init.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index e6492ac..35d97f3 100644 --- a/init.lua +++ b/init.lua @@ -70,10 +70,7 @@ vim.api.nvim_create_autocmd({ "WinEnter", "TermOpen" }, { -- Plugins ------------------------------------------------------------------------------------------------------------------------ -vim.pack.add({ - "https://github.com/tpope/vim-surround", -- Manipulate delimiters - "https://github.com/airblade/vim-gitgutter", -- Show git status in the gutter -}) +vim.pack.add({ "https://github.com/tpope/vim-surround" }) -- Manipulate delimiters ------------------------------------------------------------------------------------------------------------------------ -- Commands (there's more in the different plugins) -- cgit v1.3.1