cursorless-dev / cursorless

Don't let the cursor slow you down

Home Page:https://www.cursorless.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neovim: debugging with vscode shouldn’t use default profile

saidelike opened this issue · comments

At the moment, when debugging with vscode, we need to change our default user profile to point to the mono repo dist/cursorless.nvim. See https://github.com/saidelike/cursorless/blob/37b9917f4f89684f92b89a662a45a1fcd3436701/docs/contributing/cursorless-in-neovim.md?plain=1#L20

it might be better to allow loading a specific neovim config so we can still run the release cursorless.nvim in non-debugged neovim outside of vscode.

might be as simple as nvim -u with a well-defined path