From 96c5a2ecc316aa1f6572a3c64dc83109527b326c Mon Sep 17 00:00:00 2001 From: Juliano Barbosa Date: Sat, 22 Feb 2025 13:02:51 -0300 Subject: [PATCH] feat: remove gopls from the plugin list and add kickstart.plugins.debug import Signed-off-by: juliano.barbosa --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 6224cf87..6404fd29 100644 --- a/init.lua +++ b/init.lua @@ -926,7 +926,6 @@ end 'gofumpt', 'goimports', 'gomodifytags', - 'gopls', 'hadolint', 'hclfmt', 'helm-ls', @@ -1266,7 +1265,8 @@ end -- This is the easiest way to modularize your config. -- -- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going. - { import = 'custom.plugins' } + { import = 'custom.plugins' }, + { import = 'kickstart.plugins.debug' }, -- -- For additional information with loading, sourcing and examples see `:help lazy.nvim-🔌-plugin-spec` -- Or use telescope!