Skip to content

Commit

Permalink
blink: blink-cmp-copilot -> blink-copilot
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jan 27, 2025
1 parent 3c05a8e commit 990bea9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions modules/nixvim/plugins/blink/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
inputs,
lib,
pkgs,
self,
system,
...
}:
{
extraPlugins = lib.mkIf config.plugins.blink-cmp.enable (
with pkgs.vimPlugins;
[
self.packages.${system}.blink-copilot
blink-emoji-nvim
blink-ripgrep-nvim
]
Expand Down Expand Up @@ -129,7 +131,7 @@
# Community sources
copilot = {
name = "copilot";
module = "blink-cmp-copilot";
module = "blink-copilot";
async = true;
score_offset = 100;
};
Expand Down Expand Up @@ -193,7 +195,10 @@
};
};

blink-cmp-copilot.enable = true;
# TODO: replace with blink-copilot module
# blink-cmp-copilot = {
# enable = true;
# };

blink-compat = {
enable = true;
Expand Down

0 comments on commit 990bea9

Please sign in to comment.