diff options
author | Chinmay Dalal <dalal.chinmay.0101@gmail.com> | 2023-06-20 15:50:17 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-20 03:20:17 -0700 |
commit | 19eef8156bdd3539f10c9a39494cb64b88d777f5 (patch) | |
tree | 4236cef48c0cbb28c4fb92e7396f18947c8bfc4c | |
parent | 96b94f8d77774e3dabdec48bba2b56246a3ccba8 (diff) | |
download | rneovim-19eef8156bdd3539f10c9a39494cb64b88d777f5.tar.gz rneovim-19eef8156bdd3539f10c9a39494cb64b88d777f5.tar.bz2 rneovim-19eef8156bdd3539f10c9a39494cb64b88d777f5.zip |
docs(lsp): LspInlayHint highlight group #24071
-rw-r--r-- | runtime/doc/lsp.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/lsp.txt b/runtime/doc/lsp.txt index 73691c0656..bc924df39b 100644 --- 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* |