aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorMathias Fußenegger <mfussenegger@users.noreply.github.com>2021-07-10 21:35:38 +0200
committerGitHub <noreply@github.com>2021-07-10 21:35:38 +0200
commit7c61d9c3bfe201943de731e4cba62b559392e49a (patch)
tree9a33cbe73437d1bdb397319e7a0d68c45d9b2265 /runtime/doc
parent0b64d5ecd1e6c0c57e6effe641ae15a3e35a1b8f (diff)
downloadrneovim-7c61d9c3bfe201943de731e4cba62b559392e49a.tar.gz
rneovim-7c61d9c3bfe201943de731e4cba62b559392e49a.tar.bz2
rneovim-7c61d9c3bfe201943de731e4cba62b559392e49a.zip
fix(lsp): Add separator between codelens in virttext (#15049)
Before: Lens1Lens2 After: Lens1 | Lens2 Fixes https://github.com/neovim/neovim/issues/15048
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/lsp.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/lsp.txt b/runtime/doc/lsp.txt
index d16c3367bb..111c3ee7f7 100644
--- a/runtime/doc/lsp.txt
+++ b/runtime/doc/lsp.txt
@@ -528,6 +528,9 @@ LspCodeLens
Used to color the virtual text of the codelens. See
|nvim_buf_set_virtual_text()|.
+LspCodeLensSeparator *hl-LspCodeLensSeparator*
+ Used to color the seperator between two or more code lens.
+
*lsp-highlight-signature*
Highlight groups related to |vim.lsp.handlers.signature_help()|.