mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
vim: add go tools
This commit is contained in:
parent
9936e7062a
commit
108cda24bd
2 changed files with 11 additions and 0 deletions
|
@ -16,6 +16,11 @@ lspconfig.lua_ls.setup({
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
----------------------------------------------------------------
|
||||||
|
lspconfig.gopls.setup({
|
||||||
|
capabilities = capabilities,
|
||||||
|
})
|
||||||
|
|
||||||
----------------------------------------------------------------
|
----------------------------------------------------------------
|
||||||
lspconfig.pyright.setup({
|
lspconfig.pyright.setup({
|
||||||
capabilities = capabilities,
|
capabilities = capabilities,
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue