feat: add nvim-cmp support
This commit is contained in:
@@ -193,6 +193,10 @@ hl.plugins.treesitter = {
|
|||||||
commentTSWarning = hl.predef.YellowItalic,
|
commentTSWarning = hl.predef.YellowItalic,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hl.plugins.cmp = {
|
||||||
|
CmpItemKind = hl.predef.Blue,
|
||||||
|
}
|
||||||
|
|
||||||
hl.plugins.gitsigns = {
|
hl.plugins.gitsigns = {
|
||||||
GitSignsAdd = hl.predef.Green,
|
GitSignsAdd = hl.predef.Green,
|
||||||
GitSignsAddLn = hl.predef.Green,
|
GitSignsAddLn = hl.predef.Green,
|
||||||
|
|||||||
Reference in New Issue
Block a user