vimPlugins.blink-cmp-copilot: init at 2024-12-16 (#365783)

This commit is contained in:
Gaétan Lepage
2024-12-17 09:34:04 +01:00
committed by GitHub
2 changed files with 13 additions and 0 deletions

View File

@@ -1242,6 +1242,18 @@ final: prev:
meta.homepage = "https://github.com/APZelos/blamer.nvim/";
};
blink-cmp-copilot = buildVimPlugin {
pname = "blink-cmp-copilot";
version = "2024-12-16";
src = fetchFromGitHub {
owner = "giuxtaposition";
repo = "blink-cmp-copilot";
rev = "f8e12f3ec152ca7dfbdbd6f50797aac0171a46a9";
sha256 = "1rpdzacp1m6k3ng38hb1vwnb931k5kncc10761x5ycn4qk88icq9";
};
meta.homepage = "https://github.com/giuxtaposition/blink-cmp-copilot/";
};
block-nvim = buildVimPlugin {
pname = "block.nvim";
version = "2023-10-10";

View File

@@ -101,6 +101,7 @@ https://github.com/rbgrouleff/bclose.vim/,,
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/HampusHauffman/block.nvim/,HEAD,
https://github.com/blueballs-theme/blueballs-neovim/,,
https://github.com/uloco/bluloco.nvim/,,