diff --git a/flake.nix b/flake.nix index 2cc1f29..5095fcd 100644 --- a/flake.nix +++ b/flake.nix @@ -118,6 +118,9 @@ stylelint stylua universal-ctags + gopls + gotools + gofumpt ]; }; @@ -228,6 +231,11 @@ # Refactoring refactoring-nvim + # Lang + # Go + nvim-dap-go + neotest-golang + # Custom rose-pine diffview-nvim diff --git a/init.lua b/init.lua index bc86783..f8759d9 100644 --- a/init.lua +++ b/init.lua @@ -55,6 +55,7 @@ require('nixCatsUtils.lazyCat').setup(nixCats.pawsible { 'allPlugins', 'start', { import = 'lazyvim.plugins.extras.lang.docker' }, { import = 'lazyvim.plugins.extras.lang.git' }, + { import = 'lazyvim.plugins.extras.lang.go' }, { import = 'lazyvim.plugins.extras.lang.nix' }, -- These need to be after extras to prevent extras from overwriting them.