fix(php): Switch to intelephense from phpactor

This commit is contained in:
2026-06-01 21:00:17 +02:00
parent f2da923659
commit 1a360d49d5
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -28,7 +28,7 @@ lsp.config("jsonls", {
-- ┌ ┐
-- │ PHP │
-- └ ┘
lsp.config("phpactor", {
lsp.config("intelephense", {
capabilities = capabilities,
on_attach = on_attach,
})
@@ -89,7 +89,7 @@ local enable = vim.lsp.enable
enable("jsonls")
enable("html")
enable("cssls")
enable("phpactor")
enable("intelephense")
enable("vtsls")
enable("vue_ls")
enable("nginx_language_server")
+1 -1
View File
@@ -35,11 +35,11 @@ return {
"html",
"hls",
"hyprls",
"intelephense",
"jdtls",
"jsonls",
"marksman",
"lua_ls",
"phpactor",
"pyright",
"rust_analyzer",
"ruby_lsp",