gruvbox-community / gruvbox

Retro groove color scheme for Vim - community maintained edition
MIT License
801 stars 62 forks source link

neovim diagnostic highlight group name change #147

Closed smartding closed 3 years ago

smartding commented 3 years ago

As discussed here: https://github.com/nvim-lua/diagnostic-nvim/issues/73, the nvim-lua/diagnostic-nvim plugin is now deprecated, its functions are now merged into neovim core.

The highlight group names are changed as well, e.g. LspDiagnosticsError is now LspDiagnosticsVirtualTextError. For more information, read :help lsp-highlight-diagnostics.

p.s. you have to use the lasted commit (https://github.com/neovim/neovim/pull/12655) from neovim master to see this change.