feat(nvim): add go specific config
This commit is contained in:
parent
e901627f99
commit
916674d5b2
2 changed files with 4 additions and 0 deletions
|
|
@ -124,6 +124,7 @@ local servers = {
|
|||
"ruff_lsp",
|
||||
"rust_analyzer",
|
||||
"typst_lsp",
|
||||
"gopls",
|
||||
}
|
||||
for _, lsp in ipairs(servers) do
|
||||
lspconfig_setup(lsp, {})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue