feat(lsp): reimplement automatic installation of language servers

This commit is contained in:
2024-02-27 17:20:51 +01:00
parent 68bf1acad0
commit db9888963a
15 changed files with 194 additions and 173 deletions
+5 -1
View File
@@ -1,7 +1,11 @@
-- spec: https://rust-analyzer.github.io/manual.html#configuration
return {
enabled = true,
enable = true,
mason = {
name = "rust-analyzer",
-- version = "",
},
lspconfig = {
filetypes = {
"rust",