Skip to content

Commit 6582194

Browse files
authored
vimPlugins.blink-cmp-copilot: init at 2024-12-16 (NixOS#365783)
2 parents 643e889 + 2bb1689 commit 6582194

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
@@ -1242,6 +1242,18 @@ final: prev:
12421242
meta.homepage = "https://github.com/APZelos/blamer.nvim/";
12431243
};
12441244

1245+
blink-cmp-copilot = buildVimPlugin {
1246+
pname = "blink-cmp-copilot";
1247+
version = "2024-12-16";
1248+
src = fetchFromGitHub {
1249+
owner = "giuxtaposition";
1250+
repo = "blink-cmp-copilot";
1251+
rev = "f8e12f3ec152ca7dfbdbd6f50797aac0171a46a9";
1252+
sha256 = "1rpdzacp1m6k3ng38hb1vwnb931k5kncc10761x5ycn4qk88icq9";
1253+
};
1254+
meta.homepage = "https://github.com/giuxtaposition/blink-cmp-copilot/";
1255+
};
1256+
12451257
block-nvim = buildVimPlugin {
12461258
pname = "block.nvim";
12471259
version = "2023-10-10";

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ https://github.com/rbgrouleff/bclose.vim/,,
101101
https://github.com/max397574/better-escape.nvim/,,
102102
https://github.com/LunarVim/bigfile.nvim/,,
103103
https://github.com/APZelos/blamer.nvim/,HEAD,
104+
https://github.com/giuxtaposition/blink-cmp-copilot/,HEAD,
104105
https://github.com/HampusHauffman/block.nvim/,HEAD,
105106
https://github.com/blueballs-theme/blueballs-neovim/,,
106107
https://github.com/uloco/bluloco.nvim/,,

0 commit comments

Comments
 (0)