You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed here: nvim-lua/diagnostic-nvim#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 (neovim/neovim#12655) from neovim master to see this change.
The text was updated successfully, but these errors were encountered:
ybc37
added a commit
to ybc37/gruvbox
that referenced
this issue
Nov 13, 2020
As discussed here: nvim-lua/diagnostic-nvim#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 nowLspDiagnosticsVirtualTextError
. For more information, read:help lsp-highlight-diagnostics
.p.s. you have to use the lasted commit (neovim/neovim#12655) from neovim master to see this change.
The text was updated successfully, but these errors were encountered: