cursorless icon indicating copy to clipboard operation
cursorless copied to clipboard

Neovim: debugging with vscode shouldn’t use default profile

Open saidelike opened this issue 1 year ago • 1 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.

saidelike avatar May 28 '24 07:05 saidelike

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

pokey avatar Jun 04 '24 16:06 pokey

that was done

saidelike avatar Jul 19 '24 15:07 saidelike