From 81908b806008a002a322dd7f51cea2068150e9ea Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Mon, 29 Jun 2026 17:45:01 +0200 Subject: feat(git): replace vim-gitgutter with gitsigns.nvim Swap the diff-sign plugin for gitsigns. Point lualine's diff component at gitsigns' status dict instead of letting it spawn its own git diff. --- plugin/00-plugin.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/00-plugin.lua') diff --git a/plugin/00-plugin.lua b/plugin/00-plugin.lua index ac34066..6812ced 100644 --- a/plugin/00-plugin.lua +++ b/plugin/00-plugin.lua @@ -5,9 +5,9 @@ require() them. ]] vim.pack.add({ - "https://github.com/airblade/vim-gitgutter", "https://github.com/ibhagwan/fzf-lua", "https://github.com/jbyuki/one-small-step-for-vimkind", + "https://github.com/lewis6991/gitsigns.nvim", "https://github.com/maxmx03/solarized.nvim", "https://github.com/MeanderingProgrammer/render-markdown.nvim", "https://github.com/mfussenegger/nvim-dap", -- cgit v1.3.1