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!