Skip to content

Commit 5861228

Browse files
authored
vimPlugins.blink-copilot: init at 2025-01-27 (#377313)
2 parents 8601973 + 4e279b9 commit 5861228

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

pkgs/applications/editors/vim/plugins/generated.nix

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1302,6 +1302,18 @@ final: prev:
13021302
meta.homepage = "https://github.com/Saghen/blink.compat/";
13031303
};
13041304

1305+
blink-copilot = buildVimPlugin {
1306+
pname = "blink-copilot";
1307+
version = "2025-01-27";
1308+
src = fetchFromGitHub {
1309+
owner = "fang2hou";
1310+
repo = "blink-copilot";
1311+
rev = "7e63f20b8e96191e5c87bf96fc35da3547993be2";
1312+
sha256 = "10lm90xa7w3ww94acivshnzkp4q2bfrq9zff2z5amrp3cxlga0rf";
1313+
};
1314+
meta.homepage = "https://github.com/fang2hou/blink-copilot/";
1315+
};
1316+
13051317
blink-emoji-nvim = buildVimPlugin {
13061318
pname = "blink-emoji.nvim";
13071319
version = "2025-01-04";

pkgs/applications/editors/vim/plugins/vim-plugin-names

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ https://github.com/max397574/better-escape.nvim/,,
105105
https://github.com/LunarVim/bigfile.nvim/,,
106106
https://github.com/APZelos/blamer.nvim/,HEAD,
107107
https://github.com/giuxtaposition/blink-cmp-copilot/,HEAD,
108+
https://github.com/fang2hou/blink-copilot/,HEAD,
108109
https://github.com/moyiz/blink-emoji.nvim/,HEAD,
109110
https://github.com/mikavilpas/blink-ripgrep.nvim/,HEAD,
110111
https://github.com/Saghen/blink.compat/,HEAD,

0 commit comments

Comments
 (0)