Fix remove strikethough for retro compatability (#104)
This commit is contained in:
parent
f002d6d256
commit
6ba98ecdb3
1 changed files with 2 additions and 2 deletions
|
|
@ -616,7 +616,7 @@ call <sid>hi('CocHighlightText', {}, s:cdSelection, 'none', {})
|
||||||
call <sid>hi('CocExplorerIndentLine', s:cdCursorDark, {}, 'none', {})
|
call <sid>hi('CocExplorerIndentLine', s:cdCursorDark, {}, 'none', {})
|
||||||
|
|
||||||
" nvim-cmp
|
" nvim-cmp
|
||||||
call <sid>hi('CmpItemAbbrDeprecated', s:cdGray, {}, 'strikethrough', {})
|
call <sid>hi('CmpItemAbbrDeprecated', s:cdGray, {}, 'none', {})
|
||||||
call <sid>hi('CmpItemAbbrMatch', s:cdBlue, {}, 'none', {})
|
call <sid>hi('CmpItemAbbrMatch', s:cdBlue, {}, 'none', {})
|
||||||
call <sid>hi('CmpItemAbbrMatchFuzzy', s:cdBlue, {}, 'none', {})
|
call <sid>hi('CmpItemAbbrMatchFuzzy', s:cdBlue, {}, 'none', {})
|
||||||
call <sid>hi('CmpItemKindVariable', s:cdLightBlue, {}, 'none', {})
|
call <sid>hi('CmpItemKindVariable', s:cdLightBlue, {}, 'none', {})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue