You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Curiously, I don't get a broken behavior on neovim release v0.10.3, but it is broken on the nighty v0.11.0-dev-1533+g1a8a48d7e5.
I can reproduce the broken behavior by simply calling vim.cmd.redraw() when the suggestions are open, e.g. with
:luavim.defer_fn(vim.cmd.redraw, 2000)
The redraw is needed to update the smear animation, so I cannot do much on smear-cursor side.
I guess you could file an issue on neovim repo?
With
smear_to_cmd = true
, it breaks spell suggestions (and other similar input listsvim.lsp.buf.code_action()
).Minimal
init.lua
:Got:
Expected:
Environment
The text was updated successfully, but these errors were encountered: