MeanderingProgrammer / markdown.nvim

Plugin to improve viewing Markdown files in Neovim
MIT License
503 stars 20 forks source link

no render after fzf.lua lsp jump #36

Closed y1rn closed 1 month ago

y1rn commented 1 month ago

steps:

MeanderingProgrammer commented 1 month 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.