From beaf5c7344c5bb978a634caf86750737a753c1b7 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. --- init.lua | 6 ------ 1 file changed, 6 deletions(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 62dbac7..e1140f0 100644 --- a/init.lua +++ b/init.lua @@ -94,12 +94,6 @@ vim.api.nvim_create_autocmd({ "FileChangedShellPost" }, { end, }) ------------------------------------------------------------------------------------------------------------------------- --- Plugins ------------------------------------------------------------------------------------------------------------------------- - -vim.pack.add({ "https://github.com/tpope/vim-surround" }) -- Manipulate delimiters - ------------------------------------------------------------------------------------------------------------------------ -- Commands (there's more in the different plugins) ------------------------------------------------------------------------------------------------------------------------ -- cgit v1.3.1