Add CmpItemAbbrDeprecated
This commit is contained in:
parent
22349c7ea0
commit
b2299663fb
1 changed files with 1 additions and 0 deletions
|
|
@ -553,6 +553,7 @@ call <sid>hi('yamlConstant', s:cdBlue, {}, 'none', {})
|
|||
call <sid>hi('CocExplorerIndentLine', s:cdCursorDark, {}, 'none', {})
|
||||
|
||||
" nvim-cmp
|
||||
call <sid>hi('CmpItemAbbrDeprecated', s:cdGray, {}, 'none', {})
|
||||
call <sid>hi('CmpItemAbbrMatch', s:cdBlue, {}, 'none', {})
|
||||
call <sid>hi('CmpItemAbbrMatchFuzzy', s:cdBlue, {}, 'none', {})
|
||||
call <sid>hi('CmpItemKindVariable', s:cdLightBlue, {}, 'none', {})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue