joshdick / onedark.vim

A dark Vim/Neovim color scheme inspired by Atom's One Dark syntax theme.
MIT License
3.91k stars 529 forks source link

Update Neovim LSP colors #288

Closed ojroques closed 3 years ago

ojroques commented 3 years ago

Highlight groups for Neovim LSP have changed in version 0.5.1 (nightly/master), see this post. This PR updates them without breaking backward compatibility. The LspDiagnosticsVirtualText* groups have been removed so that they are the same as the defaults, otherwise the background is not correct: image

joshdick commented 3 years ago

Thanks very much for the PR!