From 6a326d7321e9dd45485928420d8df3e4fad83f1c Mon Sep 17 00:00:00 2001 From: Mathias Rothenhaeusler Date: Mon, 12 Jan 2026 14:34:15 +0100 Subject: [PATCH] phpactor deactivation --- lua/custom/lspconfig.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/lspconfig.lua b/lua/custom/lspconfig.lua index 07d93bf..eb495aa 100644 --- a/lua/custom/lspconfig.lua +++ b/lua/custom/lspconfig.lua @@ -195,6 +195,6 @@ end local enabled_servers = { "bashls", "lemminx", "yamlls", "jsonls", "pyright", "html", "cssls", "eslint", "rust_analyzer", "lua_ls", - "phpactor", "intelephense" + "intelephense" } vim.lsp.enable(enabled_servers)