Replace the intelephense LSP with phpactor

This commit is contained in:
Oliver Davies 2025-01-08 20:42:36 +00:00
parent 320f503b1e
commit f94bf1e883
2 changed files with 1 additions and 2 deletions
nvim/lua/opdavies/lsp

View file

@ -23,7 +23,7 @@ lspconfig.html.setup {
capabilities = capabilities,
}
lspconfig.intelephense.setup {
lspconfig.phpactor.setup {
capabilities = capabilities,
}