FIX: Tweak to LSP Autoinstall

This commit is contained in:
Dominik Säume 2025-01-13 15:53:56 +01:00
parent e62017f9bb
commit 52934decf2

View file

@ -18,7 +18,7 @@ function M.setup()
T.add_lsp_autoinstalls( T.add_lsp_autoinstalls(
'phpactor', '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', 'twiggy_language_server',
'stimulus_ls' 'stimulus_ls'
) )