autozimu / LanguageClient-neovim

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

Add support for documentHighlight in vim8 #1123

Closed martskins closed 3 years ago

martskins commented 3 years ago

This PR changes the implementation of text_document_document_highlight in order to add support for it in vim8 as well as neovim. I also removed the highlight_source state as we can just clear the namespace and current buffer always, which sounds like a reasonable thing to do anyways.

Fixes #1018