Skip to content

Commit

Permalink
blink: add icon override for copilot
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jan 28, 2025
1 parent 60798b1 commit 36c9d3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/nixvim/plugins/blink/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@
};
appearance = {
use_nvim_cmp_as_default = true;
kind_icons = {
Copilot = "";
};
};
keymap = {
preset = "enter";
Expand Down

0 comments on commit 36c9d3b

Please sign in to comment.