I use lsp in spacemacs, and I want to configure lsp enabled only for some projects (for some projects I don't have compile_commands.json
due to historical reasons).
In spacemacs documentation, it says :
If you add lsp-**-enable to major mode hooks for auto initialization of language clients, customize lsp-project-whitelist and lsp-project-blacklist to disable projects you don't want to enable LSP.
But how could I customize lsp-project-whitelist/lsp-project-blacklist
?
I can't find where to customize (I tried to grep these two keywords in ~/.emacs.d
directory, but found nothing), could anyone help me ?