feat(lsp): reimplement automatic installation of language servers
This commit is contained in:
+5
-1
@@ -1,7 +1,11 @@
|
||||
-- spec: https://rust-analyzer.github.io/manual.html#configuration
|
||||
|
||||
return {
|
||||
enabled = true,
|
||||
enable = true,
|
||||
mason = {
|
||||
name = "gopls",
|
||||
-- version = "",
|
||||
},
|
||||
lspconfig = {
|
||||
filetypes = {
|
||||
"go",
|
||||
|
||||
Reference in New Issue
Block a user