autozimu / LanguageClient-neovim

Language Server Protocol (LSP) support for vim and neovim.
MIT License
3.55k stars 273 forks source link

Fix markdown syntax on hover #1139

Closed martskins closed 3 years ago

martskins commented 3 years ago

This PR fixes an issue with syntax highlighting with plasticboy/vim-markdown. The issue was we were not triggering any autocmds that would translate in the plugin refreshing the syntax. Adding a normal i was enough for this as the plugin refreshes on InsertLeave.