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 │ -- │ PHP │
-- └ ┘ -- └ ┘
lsp.config("phpactor", { lsp.config("intelephense", {
capabilities = capabilities, capabilities = capabilities,
on_attach = on_attach, on_attach = on_attach,
}) })
@@ -89,7 +89,7 @@ local enable = vim.lsp.enable
enable("jsonls") enable("jsonls")
enable("html") enable("html")
enable("cssls") enable("cssls")
enable("phpactor") enable("intelephense")
enable("vtsls") enable("vtsls")
enable("vue_ls") enable("vue_ls")
enable("nginx_language_server") enable("nginx_language_server")
+1 -1
View File
@@ -35,11 +35,11 @@ return {
"html", "html",
"hls", "hls",
"hyprls", "hyprls",
"intelephense",
"jdtls", "jdtls",
"jsonls", "jsonls",
"marksman", "marksman",
"lua_ls", "lua_ls",
"phpactor",
"pyright", "pyright",
"rust_analyzer", "rust_analyzer",
"ruby_lsp", "ruby_lsp",