nvim: yolokai: Add LSP highlight

This commit is contained in:
Sanchayan Maity 2021-10-19 20:20:40 +05:30
parent 6a828a9959
commit e2a4d77590

View file

@ -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