I added this snippet to my config.el
file to prevent Doom from starting LSP when I edit Laravel Blade files (in web-mode
):
(pushnew! lsp-language-id-configuration '(web-mode . ""))
It worked fine until recently. Now, whenever I open a file in web-mode
it asks me to install a language server:
How can I prevent this and go back to the old behavior or not launching LSP?
Thanks in advance.
System information
Loading data dump...