From 2c790a4b7abe1473f802cc5e408a1291e6ebb8ee Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Fri, 29 May 2026 16:21:27 +0200 Subject: refactor(nvim): group vim.pack.add() calls This is to avoid getting many prompts when launching nvim and installing the packages initially. --- .config/nvim/plugin/50-git.lua | 2 -- 1 file changed, 2 deletions(-) (limited to '.config/nvim/plugin/50-git.lua') diff --git a/.config/nvim/plugin/50-git.lua b/.config/nvim/plugin/50-git.lua index 64e6cd0..c7177b2 100644 --- a/.config/nvim/plugin/50-git.lua +++ b/.config/nvim/plugin/50-git.lua @@ -2,8 +2,6 @@ -- Git-related utilities -- -vim.pack.add({ "https://github.com/airblade/vim-gitgutter" }) -- Show git status in the gutter - vim.keymap.set("n", "gt", "GitGutterLineHighlightsToggle", { desc = "Toggle git line highlighting" }) vim.keymap.set("n", "gg", "GitGutter", { desc = "Refresh GitGutter" }) vim.keymap.set("n", "gq", "GitGutterQuickFix", { desc = "Git hunks to quickfix list" }) -- cgit v1.3.1