Update files
This commit is contained in:
+6
-1
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user