Justin M. Keyes
Justin M. Keyes
Somewhat related (hopefully), CTRL-c in a dialog will show a "interrupt" stacktrace, which is rather noisy, we should be more calm about CTRL-c.
I was referring to dialogs in general, not sqlcomplete.
There are still 10 cases of `Nvim session X took 2085 milliseconds` (check [asan](https://github.com/neovim/neovim/actions/runs/19877712309/job/56968839317?pr=36811) or [tsan](https://github.com/neovim/neovim/actions/runs/19877712309/job/56968839319?pr=36811) CI jobs), but these cases existed 2 weeks ago. Per https://github.com/neovim/neovim/issues/36793#issuecomment-3600532312 they may be...
> disable specific types of diagnostics, example output only includes errors and warnings and not hints and info not a priority, but the first step to allow any customization (include...
> One caveat with a callback is with todays ergonomics it is a more complex task as users would e well we need to solve that, or users will just...
The "workspace diagnostics `E:4/14 W:1/7`" isn't blocked, right? Don't need to decide everything at once.
Let's merge after lint is fixed
https://github.com/neovim/neovim/pull/36457 > * Observe the broken highlighting. At this step I don't see broken hl but I do notice that the cmd message area does not dismiss on keypress. >...
> the extui cmd window (non-pager) sometimes does not disappear when pressing a key There is some sort of race somewhere.
A mitigation, which I think we should do in any case, is to never show blank lines at start/end of the non-focused pager. And if the whole message is blank,...