From 52934decf25d5ee4c1a6eafceeff43eb385cf21c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20S=C3=A4ume?= Date: Mon, 13 Jan 2025 15:53:56 +0100 Subject: [PATCH] FIX: Tweak to LSP Autoinstall --- lua/toolchain/php.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/toolchain/php.lua b/lua/toolchain/php.lua index 5a0d469..df340c4 100644 --- a/lua/toolchain/php.lua +++ b/lua/toolchain/php.lua @@ -18,7 +18,7 @@ function M.setup() T.add_lsp_autoinstalls( 'phpactor', - 'php-debug-adapter', + -- 'php-debug-adapter', Mason LSP Config does not allow autoinstalling the dap, Mason command needs to be run manually 'twiggy_language_server', 'stimulus_ls' )