Aaron Adams

Results 55 issues of Aaron Adams

atm the show logs task is: ``` { "label": "Neovim: Show logs", "type": "process", "command": "tail", "args": [ "-f", "${workspaceFolder}/packages/cursorless-neovim/out/nvim_node.log" ] }, ``` I get an error from that task...

Currently the documentation for running and testing the extension states: ```markdown ## Running / testing extension locally In order to test out your local version of the extension or to...

If I have a URL in the terminal and target it with `click second paint row ` it doesn't open the link, like it would in vscode. It prints the...

good first issue
app-neovim

I'm not sure yet what we'll have to change, but https://github.com/neovim/neovim/issues/27949 is tracking development that will rework how remote plugins work in neovim, so likely will affect how the node...

app-neovim

This is mostly for consideration, and filing so I don't forget. ATM I prefer to use relative rows in the terminal because they are faster to say and don't accumulate...

app-neovim

###### Description of changes The current `asus/battery.nix` file isn't actually asus-specific, and seems useful to be used by other non-asus laptops. This moves it into a generic folder `common/pc/laptop/` and...

### Checklist - [X] I have read through the manual page (`man fzf`) - [X] I have searched through the existing issues - [ ] For bug reports, I have...

Attempts to address #2214 for zsh. Currently this just naively changes the title to "atuin" and back to "zsh". The default zsh settings will auto update the title (unless using...

If atuin is triggered in a shell by using the up/ctrl-r key, the terminal title will not be updated to reflect that the atuin TUI is open. This is the...

I did take a look through the issues to see if this was documented somewhere but I didn't find it. Say I have something like: ```rust if foo && bar...