activate phpactor
parent
aeb15189f2
commit
f15662fa74
|
@ -163,15 +163,15 @@ lspconfig["lua_ls"].setup({
|
|||
filetypes = { "lua" },
|
||||
})
|
||||
|
||||
-- lspconfig["phpactor"].setup({
|
||||
-- on_attach = on_attach,
|
||||
-- capabilities = capabilities,
|
||||
-- init_options = {
|
||||
-- ["language_server_phpstan.enabled"] = true,
|
||||
-- ["language_server_psalm.enabled"] = false,
|
||||
-- },
|
||||
-- filetypes = { "php" },
|
||||
-- })
|
||||
lspconfig["phpactor"].setup({
|
||||
on_attach = on_attach,
|
||||
capabilities = capabilities,
|
||||
init_options = {
|
||||
["language_server_phpstan.enabled"] = true,
|
||||
["language_server_psalm.enabled"] = false,
|
||||
},
|
||||
filetypes = { "php" },
|
||||
})
|
||||
|
||||
lspconfig["intelephense"].setup({
|
||||
capabilities = capabilities,
|
||||
|
|
Loading…
Reference in New Issue