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
@@ -3,7 +3,7 @@
-- https://github.com/bmewburn/vscode-intelephense/blob/master/package.json
return {
enabled = true,
enable = true,
dependencies = {
"npm",
},
@@ -12,6 +12,10 @@ return {
"composer.lock",
"vendor",
},
mason = {
name = "intelephense",
-- version = "",
},
lspconfig = {
filetypes = {
"php",