Aaron Adams
Aaron Adams
> First, I think we should make this feature opt-in, i.e. it would set the terminal title only when it is turned on by the configuration. The users can have...
Likely worth adding a playground exclude for this too, since the playground file from https://github.com/cursorless-dev/cursorless/pull/2058 will probably fire a bunch too
Thanks for the ping @Mic92. Rebased with the #1601 changes taken into account.
Fixed the latest merge conflicts again.
FWIW just using the V2 branch works, so adding as a note for others. You can use something like this https://github.com/BirdeeHub/birdeeSystems/blob/main/common/templates/gradle/flake.nix as a devshell using v2. Or you will need...
I've been using the custom color plugin I [whipped together](https://github.com/fidgetingbits/rowglow.nvim) for quite a while now and I think although it's still slower then relative, and that plugin needs a lot...
If you want to test the new code with an inhibitor in place you can run `systemd-inhibit --mode=block --what=shutdown sh -c 'sleep 10000'` or similar on the target before running...
I was just poking around different snippets across cursorless and talon, and I noticed one discrepancy which is that for cursorless we use `langId: "shellscript"` but in the community it...
This logging works on Linux if I run the task separately yes, I see the logs in the vscode output window; it no longer runs automatically when running the neovim...