OXY2DEV / markview.nvim

An experimental markdown previewer for Neovim
Apache License 2.0
603 stars 23 forks source link

Refresh styling after LSP format #16

Open 22ispencer opened 1 week ago

22ispencer commented 1 week ago

I noticed that after running vim.lsp.buf.format() that the styling of the newly formatted lines was no longer visible until I refreshed by entering and exiting insert mode. I don't know if there's a hook or something to re-apply the styling afterwards or not.

OXY2DEV commented 5 days ago

I still have not found a reliable way to do this. So, unfortunately this will be put on hold.