nvim: colors/yolokai: Add highlight for LSP inlay hints

This commit is contained in:
Sanchayan Maity 2023-06-20 16:41:50 +05:30
parent 8f05d13b11
commit 12a925d203
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 1 additions and 0 deletions

View File

@ -212,6 +212,7 @@ local highlight_groups = {
LspReferenceText = 'InfoMsg',
LspReferenceRead = 'InfoMsg',
LspReferenceWrite = 'InfoMsg',
LspInlayHint = 'NonText',
--[[ 4.2.15. LSP (for Semantic Token highlighting) ]]
['@lsp.type.boolean'] = '@boolean' ,