Justin M. Keyes
Justin M. Keyes
Depends on whether it makes sense to formalize the lockfile spec here.
Thanks, I'll follow up on this then. Any guidance on the interface? Defining new magic globals like `set_retries` feels a bit weird but that seems to be the pattern. Is...
Don't look at the code yet, it's a broken mess :)
Still needs cleanup (and more tests), but the functionality (AI-generated) seems to work now. Note: On a fresh clone of this repo there are `91 failures` (and 1583 successes). I...
> I also don't think it's ideal to type `cgci` instead of `cigc comment`. Please add that to the Problem description :) That is a stronger, clearer motivating case.
> @justinmk, [there are issues with this](https://github.com/neovim/neovim/pull/29428#issuecomment-2180222641). If this type of functionality is useful, exporting [this type of Insert mode mapping](https://github.com/neovim/neovim/pull/29428#issuecomment-2180369913) is a more versatile approach. Yes, I read that...
btw, why is `cgc` acceptable but we had to [revert](https://github.com/neovim/neovim/issues/28634) the `cr` mappings?
What is wrong with typing `G` to opt-in to autoscroll? If `G` wasn't required, there would be no way to opt-out until after the output was printed. I'm not sure...
> autoscroll is a terminal's expected default behavior that's how it works already, if you stay in terminal-mode ("insert" mode). > opting out is as easy as scrolling up on...
Given https://github.com/neovim/neovim/issues/21981#issuecomment-2321812439 (i.e. easy to opt-in via `G`), and lack of demand, let's consider this wontfix.