nvim: colors/yolokai: Add highlight for LSP inlay hints
This commit is contained in:
parent
8f05d13b11
commit
12a925d203
1 changed files with 1 additions and 0 deletions
|
@ -212,6 +212,7 @@ local highlight_groups = {
|
||||||
LspReferenceText = 'InfoMsg',
|
LspReferenceText = 'InfoMsg',
|
||||||
LspReferenceRead = 'InfoMsg',
|
LspReferenceRead = 'InfoMsg',
|
||||||
LspReferenceWrite = 'InfoMsg',
|
LspReferenceWrite = 'InfoMsg',
|
||||||
|
LspInlayHint = 'NonText',
|
||||||
|
|
||||||
--[[ 4.2.15. LSP (for Semantic Token highlighting) ]]
|
--[[ 4.2.15. LSP (for Semantic Token highlighting) ]]
|
||||||
['@lsp.type.boolean'] = '@boolean' ,
|
['@lsp.type.boolean'] = '@boolean' ,
|
||||||
|
|
Loading…
Reference in a new issue