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