From 8863b8765ccae4aadf1cc167af9e5eb4b10e5e33 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 7 Aug 2023 22:13:45 +0100 Subject: [PATCH] fix(nvim): remove phpactor as an LSP server --- lua/opdavies/lsp/init.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/opdavies/lsp/init.lua b/lua/opdavies/lsp/init.lua index 0fcae81..b86a903 100644 --- a/lua/opdavies/lsp/init.lua +++ b/lua/opdavies/lsp/init.lua @@ -31,7 +31,6 @@ lsp.setup_servers({ 'intelephense', 'jsonls', 'nixd', - 'phpactor', 'tailwindcss', 'terraformls', 'tsserver',