From 6f6cb51e165c0710741562c19262c0475065c4f3 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sun, 8 Sep 2024 13:37:52 +0200 Subject: [PATCH] nvim: php: skip phpactor config Its configured in its own file in .config/ --- nvim/lua/user/plugins/lang/php.lua | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/nvim/lua/user/plugins/lang/php.lua b/nvim/lua/user/plugins/lang/php.lua index a471dd7..faee12a 100644 --- a/nvim/lua/user/plugins/lang/php.lua +++ b/nvim/lua/user/plugins/lang/php.lua @@ -1,12 +1,5 @@ local lspservers = { - phpactor = { - settings = { - init_options = { - ["language_server_phpstan.enabled"] = true, - ["language_server_psalm.enabled"] = false, - }, - }, - }, + phpactor = {}, } return {