From 90bdb6e74dd88c1070942f0075a1a69cafacfd38 Mon Sep 17 00:00:00 2001 From: ckipp01 Date: Fri, 18 Jun 2021 14:23:33 +0200 Subject: Add hl group docs for codelenses --- runtime/doc/lsp.txt | 9 +++++++++ 1 file changed, 9 insertions(+) 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* -- cgit