emacs

diego.videco 2025-07-02T17:18:30.867539Z

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)?

ag 2025-07-02T18:01:42.363029Z

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.

diego.videco 2025-07-02T18:03:38.746179Z

Thanks!

🖖 1