nvim: yolokai: Add LSP highlight
This commit is contained in:
parent
6a828a9959
commit
e2a4d77590
1 changed files with 5 additions and 0 deletions
|
@ -214,6 +214,11 @@ local highlight_groups = {
|
||||||
Terminal = 'Normal',
|
Terminal = 'Normal',
|
||||||
NormalFloat = {bg=black, fg=white, style=NONE },
|
NormalFloat = {bg=black, fg=white, style=NONE },
|
||||||
|
|
||||||
|
--[[ 4.2.14. LSP Highlight ]]
|
||||||
|
LspReferenceText = 'InfoMsg',
|
||||||
|
LspReferenceRead = 'InfoMsg',
|
||||||
|
LspReferenceWrite = 'InfoMsg',
|
||||||
|
|
||||||
--[[ 4.3. Programming Languages
|
--[[ 4.3. Programming Languages
|
||||||
Everything in this section is OPTIONAL. Feel free to remove everything
|
Everything in this section is OPTIONAL. Feel free to remove everything
|
||||||
here if you don't want to define it, or add more if there's something
|
here if you don't want to define it, or add more if there's something
|
||||||
|
|
Loading…
Reference in a new issue