diff options
author | Folke Lemaitre <folke.lemaitre@gmail.com> | 2021-07-08 08:04:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-07 23:04:35 -0700 |
commit | af263711a368bcbdea66d086537316495ed64576 (patch) | |
tree | 703791a731f5a7dfbff61e0a75d7931ea7f1a1ea /runtime/doc | |
parent | f2205b83c553367a76b6cad04a673077ae150fc1 (diff) | |
download | rneovim-af263711a368bcbdea66d086537316495ed64576.tar.gz rneovim-af263711a368bcbdea66d086537316495ed64576.tar.bz2 rneovim-af263711a368bcbdea66d086537316495ed64576.zip |
feat(lsp): highlight active parameter in signature help (#15018)
Diffstat (limited to 'runtime/doc')
-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 d6ef761bcb..ec5e813a6d 100644 --- a/runtime/doc/lsp.txt +++ b/runtime/doc/lsp.txt @@ -528,6 +528,15 @@ LspCodeLens Used to color the virtual text of the codelens. See |nvim_buf_set_virtual_text()|. + *lsp-highlight-signature* + +Highlight groups related to |vim.lsp.handlers.signature_help()|. + + *hl-LspSignatureActiveParameter* +LspSignatureActiveParameter + Used to highlight the active parameter in the signature help. See + |vim.lsp.handlers.signature_help()|. + ============================================================================== AUTOCOMMANDS *lsp-autocommands* |