Skip to content

Commit

Permalink
vimPlugins.blink-copilot: init at 2025-01-27 (#377313)
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman authored Jan 27, 2025
2 parents 8601973 + 4e279b9 commit 5861228
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1302,6 +1302,18 @@ final: prev:
meta.homepage = "https://github.com/Saghen/blink.compat/";
};

blink-copilot = buildVimPlugin {
pname = "blink-copilot";
version = "2025-01-27";
src = fetchFromGitHub {
owner = "fang2hou";
repo = "blink-copilot";
rev = "7e63f20b8e96191e5c87bf96fc35da3547993be2";
sha256 = "10lm90xa7w3ww94acivshnzkp4q2bfrq9zff2z5amrp3cxlga0rf";
};
meta.homepage = "https://github.com/fang2hou/blink-copilot/";
};

blink-emoji-nvim = buildVimPlugin {
pname = "blink-emoji.nvim";
version = "2025-01-04";
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/editors/vim/plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ https://github.com/max397574/better-escape.nvim/,,
https://github.com/LunarVim/bigfile.nvim/,,
https://github.com/APZelos/blamer.nvim/,HEAD,
https://github.com/giuxtaposition/blink-cmp-copilot/,HEAD,
https://github.com/fang2hou/blink-copilot/,HEAD,
https://github.com/moyiz/blink-emoji.nvim/,HEAD,
https://github.com/mikavilpas/blink-ripgrep.nvim/,HEAD,
https://github.com/Saghen/blink.compat/,HEAD,
Expand Down

0 comments on commit 5861228

Please sign in to comment.