This commit is contained in:
Ray Elliott 2022-01-24 10:07:24 +00:00
parent 42ae2fd244
commit ff8abed01e
1 changed files with 3 additions and 3 deletions

View File

@ -402,9 +402,9 @@ local highlight_groups = {
DiagnosticInfo = 'Info', DiagnosticInfo = 'Info',
--[[ 4.2.12. LSP ]] --[[ 4.2.12. LSP ]]
LspReferenceRead = {bg=c_bg_hl_special_weak, style='bold'}, LspReferenceRead = {bg=c_bg_hl_special_weak, style='NONE'},
LspReferenceText = {bg=c_bg_hl_special_weak, style='bold'}, LspReferenceText = {bg=c_bg_hl_special_weak, style='NONE'},
LspReferenceWrite = {bg=c_bg_hl_special_weak, style='bold'}, LspReferenceWrite = {bg=c_bg_hl_special_weak, style='NONE'},
--[[ 4.2.13. Cursor ]] --[[ 4.2.13. Cursor ]]
Cursor = {style='inverse'}, Cursor = {style='inverse'},