Use kind_icons
from mini.icons
icon provider
#458
the-fuckin-nobody
started this conversation in
Show and tell
Replies: 1 comment 6 replies
-
Hey. Is there some way to replicate this? {
"onsails/lspkind.nvim",
-- Adds icon for copilot using lspkind
opts = function(_, opts) opts.symbol_map.Copilot = "" end,
} |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So this is how I setup up
blink.cmp
to use lspkind_icons
frommini.icons
to make the completion menu lookfrom this :
to this:
Here is the configuration:
If you also would like to use hl_groups from
mini.icons
, add the uncommented part in the highlight option:Note
Be Sure to also configure the
highlight
options for thekind
field too, so the colors get synchronized withkind_icon
.You can also do something similar to above, if you want to use
kind_icons
fromnvim-web-devicons
.Beta Was this translation helpful? Give feedback.
All reactions