Match winbar colours and icon with nvim cmp #1213
-
I am using nvim cmp for completion icons along with nvim lspkind, Lsp saga automatically colours the winbar varriables i would like to do the same on my cmp. There is a way to maunally change using; |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
|
Beta Was this translation helpful? Give feedback.
-
E5248: Invalid character in group name |
Beta Was this translation helpful? Give feedback.
-
all highlight groups of api.nvim_set_hl(0, 'CmpItemKind', { link = 'SagaVariable' }) |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Awesome thanks! |
Beta Was this translation helpful? Give feedback.
all highlight groups of
lspsaga
will take effect after lspsaga load. you can do