Justin M. Keyes

Results 2414 comments of Justin M. Keyes

We can at least update the eval() examples to show how to get appName. This issue can track that.

Times are in ms? Please specify units. > documentation says `nvim_get_mode()` is supposed to be served immediately. `nvim_get_mode` is a special case, because in order to decide if Nvim is...

~~AFAIK, ctrl-g is special for some historical reason, and we don't yet process events during ctrl-g. The 3-second wait is just the mapping delay, ie the 'timeout' option.~~

Yes those `os_delay` calls absolutely should be skipped when `ui_has(kUIMessages)`. But I'd be in favor of removing the delays entirely. If user keeps doing stuff without seeing an error message,...

That check was added in https://github.com/neovim/neovim/commit/64a4ef679ab55875e0c68de5f018790a488a237d Curiously, `i_CTRL-N` already works like you want, so it would seem reasonable to have `complete()` match that behavior. > interested in trying to tackle...

Variable line-height should be quite feasible. We can start with that. Would allow e.g. markdown headings to be shown at a different height.

For reference: [previous discussion](https://github.com/neovim/neovim/pull/27339#discussion_r1493820152) (not sure if it's exactly relevant here)

It will save a lot of time to say what "problem" you are solving. > I have to say there might be something wrong with this line > > ```lua...

so can you please try the 1-line change i suggested? https://github.com/neovim/neovim/pull/33198#discussion_r2020191185