vim: add go tools

This commit is contained in:
Sean Buckley 2024-08-01 17:05:38 -04:00
parent 9936e7062a
commit 108cda24bd
2 changed files with 11 additions and 0 deletions

View file

@ -16,6 +16,11 @@ lspconfig.lua_ls.setup({
}
})
----------------------------------------------------------------
lspconfig.gopls.setup({
capabilities = capabilities,
})
----------------------------------------------------------------
lspconfig.pyright.setup({
capabilities = capabilities,

View file

@ -3,6 +3,9 @@
, black
, efm-langserver
, errcheck
, go
, gopls
, lua-language-server
, nil
, nodePackages
@ -23,6 +26,9 @@ symlinkJoin {
paths = [
black
efm-langserver
errcheck
go
gopls
lua-language-server
nil
pyright