feat(lsp): reimplement automatic installation of language servers
This commit is contained in:
+7
-1
@@ -1,8 +1,14 @@
|
||||
-- spec: https://github.com/zigtools/zls#configuration-options
|
||||
|
||||
return {
|
||||
enabled = true,
|
||||
enable = true,
|
||||
dependencies = {
|
||||
"zig",
|
||||
},
|
||||
-- mason = {
|
||||
-- name = "zls",
|
||||
-- -- version = "",
|
||||
-- },
|
||||
lspconfig = {
|
||||
filetypes = {
|
||||
"zig",
|
||||
|
||||
Reference in New Issue
Block a user