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 for Vim8 #1155

Closed rottencandy closed 3 years ago

rottencandy commented 3 years ago

This PR is similar to #1139, it triggers the InsertLeave autocmd to let vim-markdown highlight hover text. But #1139 only works for neovim's floating windows, this PR is adds the same for vim8's popup windows.

martskins commented 3 years ago

Ah nice! Thank you for the contribution!