cursorless
cursorless copied to clipboard
Don't let the cursor slow you down
Currently all of our local dev tooling is quite VSCode-centric, even when we're developing cursorless neovim, eg we have vscode launch configs, tasks, etc We should invest in some local...
We are currently abusing the `main` field in `packages/test-harness/package.json` and pretending it's neovim-specific in order to ease testing locally and in CI. We should try to create a `neovim-test-harness` package,...
atm we use the default TAP output handler, but it would be a lot nicer if we made a custom output handler that matched the style/output of the other cursorless...
If we are using `*foo*` in our `CODEOWNERS`, that is a smell and means our package encapsulation isn't good enough. We should try to move neovim-specific code and keyboard-specific code...
We should either move them into one of their relevant packages or make a directory for that kind of thing See also #2565
Maybe on top of progress bar? next to it?