From 76d72543e5d5b5eef2c15bf8f8530b2b57fca871 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 22 Jun 2023 07:56:36 +0100 Subject: [PATCH] fix(nvim): re-add intelephense Phpactor isn't providing LSP information or diagnostics within Drupal tests whereas Intelephense does. This means that I'm getting duplicate results in files where both Intelephense and Phpactor are working, but I'll look into this again and see if I can go back to using just Phpactor. --- lua/opdavies/lsp/init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/opdavies/lsp/init.lua b/lua/opdavies/lsp/init.lua index ca34699..0fcae81 100644 --- a/lua/opdavies/lsp/init.lua +++ b/lua/opdavies/lsp/init.lua @@ -28,6 +28,7 @@ lsp.setup_servers({ 'cssls', 'dockerls', 'html', + 'intelephense', 'jsonls', 'nixd', 'phpactor',