Hello. What’s the best way to prevent LSP from starting on certain repos (things like "/Users/diego/doom-emacs/.local/straight/repos/lispy" or the .m2 repos)?
You blocklist them. If lsp starts automatically in those folders, that means you have added them to the lsp managed workspaces. I think you can run lsp-workspace-folders-remove and then the next time it will prompt you, you'd tell it to ignore the folder forever. lsp-workspace-blocklist-remove is for the opposite.
Thanks!