feat: extras.lang.go

This commit is contained in:
punkfairie 2025-03-09 19:33:19 -07:00
parent db0ee73a05
commit 142f765dfe
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
2 changed files with 9 additions and 0 deletions

View file

@ -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

View file

@ -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.