2.0.2 (2024-05-09)
Bug Fixes
- cmdpreview: read the variable
cmdpreview
in nvim-0.9+ on windows (#774) (a35003d) - disable incsearch hack for nightly (no longer needed) (02d698a)
- progress: Change LspProgress data field
result
toparams
(#785) (89de3b5) - retry rendering only once to prevent rendering loops (f4decbc)
- router: make sure we retry views that could not render due to E565. Fixes #783 (6df3d8a)
- use
vim.api.nvim__redraw
to update cursor on nightly instead of ffi. Fixes #781 (37c8124)