commit
45c447a190
1 changed files with 41 additions and 23 deletions
|
|
@ -172,29 +172,47 @@ function M.apply()
|
||||||
hi('CmpItemAbbrDeprecated', { fg = cs.light_black, strikethrough = true })
|
hi('CmpItemAbbrDeprecated', { fg = cs.light_black, strikethrough = true })
|
||||||
hi('CmpItemMenu', { fg = cs.light_black })
|
hi('CmpItemMenu', { fg = cs.light_black })
|
||||||
|
|
||||||
link('Boolean', 'CmpItemKindBoolean')
|
link('Boolean', { 'CmpItemKindBoolean', 'BlinkCmpKindBoolean' })
|
||||||
link('Constant', 'CmpItemKindConstant')
|
link(
|
||||||
link('Function', 'CmpItemKindFunction')
|
'Constant',
|
||||||
link('Keyword', 'CmpItemKindKeyword')
|
{ 'CmpItemKindConstant', 'BlinkCmpKindConstant', 'CmpItemKindNull', 'BlinkCmpKindNull' }
|
||||||
link('Namespace', 'CmpItemKindNamespace')
|
)
|
||||||
link('Number', 'CmpItemKindNumber')
|
link(
|
||||||
link('Operator', 'CmpItemKindOperator')
|
'Function',
|
||||||
link('String', 'CmpItemKindString')
|
{ 'CmpItemKindFunction', 'BlinkCmpKindFunction', 'CmpItemKindMethod', 'BlinkCmpKindMethod' }
|
||||||
link('Type', 'CmpItemKindClass')
|
)
|
||||||
link('Type', 'CmpItemKindEnum')
|
link('Keyword', { 'CmpItemKindKeyword', 'BlinkCmpKindKeyword' })
|
||||||
link('Type', 'CmpItemKindInterface')
|
link('Namespace', { 'CmpItemKindNamespace', 'BlinkCmpKindNamespace' })
|
||||||
link('Type', 'CmpItemKindStruct')
|
link('Number', { 'CmpItemKindNumber', 'BlinkCmpKindNumber' })
|
||||||
link('Type', 'CmpItemKindConstructor')
|
link('Operator', { 'CmpItemKindOperator', 'BlinkCmpKindOperator' })
|
||||||
link('Type', 'CmpItemKindTypeParameter')
|
link('String', { 'CmpItemKindString', 'BlinkCmpKindString', 'CmpItemKindKey', 'BlinkCmpKindKey' })
|
||||||
link('Function', 'CmpItemKindMethod')
|
link('Type', {
|
||||||
link('Normal', 'CmpItemKindVariable')
|
'CmpItemKindClass',
|
||||||
link('Normal', 'CmpItemKindProperty')
|
'BlinkCmpKindClass',
|
||||||
link('Normal', 'CmpItemKindField')
|
'CmpItemKindEnum',
|
||||||
link('Normal', 'CmpItemKindText')
|
'BlinkCmpKindEnum',
|
||||||
link('Normal', 'CmpItemKindFile')
|
'CmpItemKindInterface',
|
||||||
link('String', 'CmpItemKindKey')
|
'BlinkCmpKindInterface',
|
||||||
link('Directory', 'CmpItemKindFolder')
|
'CmpItemKindStruct',
|
||||||
link('Constant', 'CmpItemKindNull')
|
'BlinkCmpKindStruct',
|
||||||
|
'CmpItemKindConstructor',
|
||||||
|
'BlinkCmpKindConstructor',
|
||||||
|
'CmpItemKindTypeParameter',
|
||||||
|
'BlinkCmpKindTypeParameter',
|
||||||
|
})
|
||||||
|
link('Normal', {
|
||||||
|
'CmpItemKindVariable',
|
||||||
|
'BlinkCmpKindVariable',
|
||||||
|
'CmpItemKindProperty',
|
||||||
|
'BlinkCmpKindProperty',
|
||||||
|
'CmpItemKindField',
|
||||||
|
'BlinkCmpKindField',
|
||||||
|
'CmpItemKindText',
|
||||||
|
'BlinkCmpKindText',
|
||||||
|
'CmpItemKindFile',
|
||||||
|
'BlinkCmpKindFile',
|
||||||
|
})
|
||||||
|
link('Directory', { 'CmpItemKindFolder', 'BlinkCmpKindFolder' })
|
||||||
|
|
||||||
link('NormalFloat', 'NullLsInfoBorder')
|
link('NormalFloat', 'NullLsInfoBorder')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue