@@ -34,7 +34,7 @@ return {
|
|||||||
pathStrict = true,
|
pathStrict = true,
|
||||||
})
|
})
|
||||||
|
|
||||||
local defaultLsps = { "html", "cssls", "pyright", "jsonls" }
|
local defaultLsps = { "html", "cssls", "pyright", "jsonls", "rust_analyzer" }
|
||||||
|
|
||||||
for _, lsp in ipairs(defaultLsps) do
|
for _, lsp in ipairs(defaultLsps) do
|
||||||
lspconfig[lsp].setup({
|
lspconfig[lsp].setup({
|
||||||
|
|||||||
@@ -30,6 +30,7 @@ return {
|
|||||||
"powershell_es",
|
"powershell_es",
|
||||||
"jsonls",
|
"jsonls",
|
||||||
"eslint",
|
"eslint",
|
||||||
|
"rust_analyzer",
|
||||||
},
|
},
|
||||||
automatic_installation = true,
|
automatic_installation = true,
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user