Skip to content

Commit

Permalink
fix(blink): icons
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Nov 28, 2024
1 parent 1847e3f commit 2263b94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/lazyvim/plugins/extras/coding/blink.lua
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ return {
{
"saghen/blink.cmp",
opts = function(_, opts)
opts.kind_icons = LazyVim.config.icons.kinds
opts.appearance = opts.appearance or {}
opts.appearance.kind_icons = LazyVim.config.icons.kinds
end,
},

Expand Down

0 comments on commit 2263b94

Please sign in to comment.