Jit
Jit
Thanks for the heads up! From the issue I don't see any actionable items - it looks like a proposal with no implementation yet. `:UpdateRemotePlugins` is definitely a pain point...
This is a duplicate of #86, see the comment at https://github.com/gelguy/wilder.nvim/issues/86#issuecomment-921054839 for the relevant config.
This requires a bit more configuration and uses an experimental API (which I may remove in the future). ```vim autocmd CmdlineEnter * let g:active = 0 function! s:handle_tab() if !g:active...
Thanks for the bug report! I'm not able to reproduce this at the moment. Could you provide the output of `:version`? This might caused by https://github.com/gelguy/wilder.nvim/issues/30. For older versions of...
Does this occur in terminal Neovim? Or only in Neovide. I wasn't able to set up Neovide correctly for Debian, so I'm unable to debug it at the moment.
A few more questions: 1. Does this occur even when `wilder` is removed? 2. Does this occur when disabling `wilder` before quitting Neovim (with `:call wilder#disable()`)?
Neovim doesn't redraw while `inccommand` is active, making each `redraw` 1 frame late. See https://github.com/neovim/neovim/issues/9783. Unfortunately there's no workaround other than to setting `set inccommand=` to disable it.
This isn't a visual artifact - it's actually the scrollbar! Your font doesn't render █ as a full height glyph, that's why there's spaces between the scrollbar characters. The workaround...
Thanks for the report! I noticed this a few times but this issue helped me realise it specifically occurs when `conceallevel` is non-zero (which is the case for `help` files)....
Thanks for the report! I'm assuming you're using the latest Neovim nightly. This is a bug from Neovim 0.8's latest `inccommand` update. I've opened https://github.com/neovim/neovim/issues/18857.