Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

neovim diagnostic highlight group name change #147

Closed
smartding opened this issue Nov 13, 2020 · 0 comments · Fixed by #148
Closed

neovim diagnostic highlight group name change #147

smartding opened this issue Nov 13, 2020 · 0 comments · Fixed by #148

Comments

@smartding
Copy link

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.

ybc37 added a commit to ybc37/gruvbox that referenced this issue Nov 13, 2020
rbong added a commit that referenced this issue Nov 13, 2020
Adapt `LspDiagnostics*` highlight groups to latest neovim upstream changes (fixes #147)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant