deactivate phpactor
parent
0885e0e9b9
commit
e00b8ca9a9
|
@ -206,15 +206,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,
|
||||||
|
@ -227,3 +227,7 @@ lspconfig["slint_lsp"].setup({
|
||||||
capabilities = capabilities,
|
capabilities = capabilities,
|
||||||
filetypes = { "slint" },
|
filetypes = { "slint" },
|
||||||
})
|
})
|
||||||
|
|
||||||
|
vim.g.nvim_phpcs_config_phpcs_path = 'phpcs'
|
||||||
|
vim.g.nvim_phpcs_config_phpcbf_path = 'phpcbf'
|
||||||
|
vim.g.nvim_phpcs_config_phpcs_standard = "/home/mace/repos/configs/phpcs.xml"
|
||||||
|
|
Loading…
Reference in New Issue