OXY2DEV / markview.nvim

An experimental markdown previewer for Neovim
Apache License 2.0
1.26k stars 35 forks source link

Refresh on normal mode command #28

Closed YodaEmbedding closed 2 months ago

YodaEmbedding commented 3 months ago

Rendering problems mostly seem to occur when a command is run outside of insert mode. For instance, try:

OXY2DEV commented 3 months ago

I don't think there's much I can do since the plugin relies on the ModeChanged event. If the event isn't fired then you get results like that.