Merge pull request #14851 from ckipp01/hlCodeLens

This commit is contained in:
Michael Lingelbach
2021-06-19 15:44:48 -07:00
committed by GitHub

View File

@@ -525,6 +525,15 @@ LspDiagnosticsSignHint
Used for "Hint" signs in sign column.
See |vim.lsp.diagnostic.set_signs()|
*lsp-highlight-codelens*
Highlight groups related to |lsp-codelens| functionality.
*hl-LspCodeLens*
LspCodeLens
Used to color the virtual text of the codelens. See
|nvim_buf_set_virtual_text()|.
==============================================================================
AUTOCOMMANDS *lsp-autocommands*