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({ lspconfig.pyright.setup({
capabilities = capabilities, capabilities = capabilities,

View file

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