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:
parent
94cd09806e
commit
96c5a2ecc3
4
init.lua
4
init.lua
|
@ -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!
|
||||||
|
|
Loading…
Reference in New Issue