Skip to content

Commit

Permalink
blink: use upstream blink-copilot
Browse files Browse the repository at this point in the history
Not getting updates frequently
  • Loading branch information
khaneliman committed Feb 3, 2025
1 parent 03e8693 commit 5c06afd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/nixvim/plugins/blink/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
inputs,
lib,
pkgs,
self,
system,
...
}:
{
extraPlugins = lib.mkIf config.plugins.blink-cmp.enable (
with pkgs.vimPlugins;
[
self.packages.${system}.blink-copilot
blink-copilot
blink-emoji-nvim
blink-ripgrep-nvim
]
Expand Down

0 comments on commit 5c06afd

Please sign in to comment.