cursorless-dev / cursorless

Don't let the cursor slow you down
https://www.cursorless.org/
MIT License
1.11k stars 77 forks source link

Neovim: debugging with vscode shouldn’t use default profile #2363

Closed saidelike closed 2 weeks ago

saidelike commented 2 months ago

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.

pokey commented 2 months ago

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

saidelike commented 2 weeks ago

that was done