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({
|
||||
capabilities = capabilities,
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue