autozimu / LanguageClient-neovim

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

Prioritise diagnostics over code lenses in virtual texts #1076

Closed martskins closed 4 years ago

martskins commented 4 years ago

This PR prioritises diagnostics over code lenses when both exist for the same line, as to show the diagnostic instead of the code lens, as that is more likely to be something that the user wants to act upon.