feat: remove gopls from the plugin list and add kickstart.plugins.debug import

Signed-off-by: juliano.barbosa <julianomb@gmail.com>
This commit is contained in:
Juliano Barbosa 2025-02-22 13:02:51 -03:00
parent 94cd09806e
commit 96c5a2ecc3
1 changed files with 2 additions and 2 deletions

View File

@ -926,7 +926,6 @@ end
'gofumpt', 'gofumpt',
'goimports', 'goimports',
'gomodifytags', 'gomodifytags',
'gopls',
'hadolint', 'hadolint',
'hclfmt', 'hclfmt',
'helm-ls', 'helm-ls',
@ -1266,7 +1265,8 @@ end
-- This is the easiest way to modularize your config. -- 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. -- 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` -- For additional information with loading, sourcing and examples see `:help lazy.nvim-🔌-plugin-spec`
-- Or use telescope! -- Or use telescope!