feat: extras.lang.go
This commit is contained in:
parent
db0ee73a05
commit
142f765dfe
2 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
1
init.lua
1
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.
|
||||
|
|
Loading…
Reference in a new issue