Update files

This commit is contained in:
Chris
2026-05-04 13:43:39 +01:00
parent 086682194b
commit 35e45b9fd5
3 changed files with 173 additions and 150 deletions
+6 -1
View File
@@ -115,6 +115,11 @@ return {
},
}
vim.lsp.phpactor = {
cmd = { 'phpactor', 'language-server' },
filetypes = { 'php' },
}
-- Enable the following language servers
--
-- Add any additional override configuration in the following tables. Available keys are:
@@ -139,7 +144,7 @@ return {
},
},
},
phpactor = {},
-- phpactor = {},
vtsls = {
settings = {
vtsls = {