mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-24 01:21:11 +00:00
vimPlugins.blink-cmp-copilot: init at 2024-12-16 (#365783)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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/,,
|
||||
|
||||
Reference in New Issue
Block a user