vimPlugins.blink-copilot: init at 2025-01-27 (#377313)

This commit is contained in:
Austin Horstman
2025-01-27 08:45:55 -06:00
committed by GitHub
2 changed files with 13 additions and 0 deletions
@@ -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";
@@ -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,