neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 19eef8156bdd3539f10c9a39494cb64b88d777f5
parent 96b94f8d77774e3dabdec48bba2b56246a3ccba8
Author: Chinmay Dalal <dalal.chinmay.0101@gmail.com>
Date:   Tue, 20 Jun 2023 15:50:17 +0530

docs(lsp): LspInlayHint highlight group #24071


Diffstat:
Mruntime/doc/lsp.txt | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/runtime/doc/lsp.txt b/runtime/doc/lsp.txt @@ -462,6 +462,8 @@ LspReferenceText used for highlighting "text" references LspReferenceRead used for highlighting "read" references *hl-LspReferenceWrite* LspReferenceWrite used for highlighting "write" references + *hl-LspInlayHint* +LspInlayHint used for highlighting inlay hints *lsp-highlight-codelens*