MeanderingProgrammer / render-markdown.nvim

Plugin to improve viewing Markdown files in Neovim
MIT License
1.73k stars 38 forks source link

no render after fzf.lua lsp jump #36

Closed y1rn closed 5 months ago

y1rn commented 5 months ago

steps:

MeanderingProgrammer commented 5 months ago

Thanks for brining this up!

This took some time to figure out, but ended up being caused by fzf-lua changing the mode of the underlying buffer between terminal and normal, as well as a de-sync between scheduling a callback and actually running it.

The latest version should not have this problem. Please update the plugin and lmk if it works.