autozimu / LanguageClient-neovim

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

Use separate namespaces for document and diagnostic highlights #1145

Closed martskins closed 3 years ago

martskins commented 3 years ago

This PR fixes an issue with highlight namespacing that would result in not being able to differentiate diagnostic highlights over document highlights when clearing them.