Justin M. Keyes
Justin M. Keyes
Actually, this info is already on the job, try `nvim_get_chan_info(&channel)` in a terminal buffer. So, "Adding various things to TermOpen, TermClose" is still in scope, but we should avoid having...
> A QOL improvement here could be to optionally pass filters to `nvim_list_chans()`, i.e. `nvim_list_chans({ buf = ev.buf })`. Not a pattern currently found in the `*list*` api functions, Definitely,...
Can you review the discussion in https://github.com/neovim/neovim/pull/22388 and explain if this PR addresses the points raise there. cc @mfussenegger Could this potentially close any of these issues (or others?): -...
Try building latest master branch without unibilium (so only builtin terminfo definitions are used): https://github.com/neovim/neovim/blob/master/BUILD.md#build-without-unibilium
cc @superatomic
Is there a test in `test/functional/plugin/lsp/inlay_hint_spec.lua` that can be tweaked to maybe exercise the scenario you found? Also, can you check the failing CI job. Then LGTM > I applied...
please rebase
I can't reproduce this issue, which is not surprising because this would have made the plugin pretty unpleasant to use for the last 5 years. So, either you didn't test...
I wonder if one of [vscode-neovim's builtin plugins](https://github.com/vscode-neovim/vscode-neovim/wiki/Plugins) is doing something weird. I wish we would get rid of those... Oh, I think vscode enables autopairs by default. I have...
meaning, it is enabling Nvim plugins that are interfering ?