diff options
-rw-r--r-- | runtime/doc/lsp.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/runtime/doc/lsp.txt b/runtime/doc/lsp.txt index aa95245bd0..7d150d5c24 100644 --- a/runtime/doc/lsp.txt +++ b/runtime/doc/lsp.txt @@ -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* |