mirror of
https://github.com/neovim/neovim.git
synced 2026-05-19 19:41:16 +00:00
Problem: When code lens is enabled, `on_attach` is executed, but it does not trigger a redraw. Another event, eg, moving the cursor, is required to trigger a redraw and execute the decoration provider's `on_win`. Solution: Trigger a `redraw` after each request is completed.