Added rust analyzer

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2024-05-23 23:18:18 +02:00
parent 6aa2ca9e3b
commit 0dd26bebee
2 changed files with 2 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ return {
pathStrict = true,
})
local defaultLsps = { "html", "cssls", "pyright", "jsonls" }
local defaultLsps = { "html", "cssls", "pyright", "jsonls", "rust_analyzer" }
for _, lsp in ipairs(defaultLsps) do
lspconfig[lsp].setup({