vimPlugins.coop-nvim: init at 0-unstable-2026-04-20

https://github.com/gregorias/coop.nvim
This commit is contained in:
Rahul Kochar
2026-06-07 23:34:03 +02:00
parent 9fad57729f
commit 16842e2653
2 changed files with 15 additions and 0 deletions
@@ -4043,6 +4043,20 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
coop-nvim = buildVimPlugin {
pname = "coop.nvim";
version = "0-unstable-2026-04-20";
src = fetchFromGitHub {
owner = "gregorias";
repo = "coop.nvim";
rev = "b156e541316aee14be4ae64c93ed8bddb6d03bc1";
hash = "sha256-S6iGmdakI714Im0tetgfASbe0K4/olYsjj26+WP+rSU=";
};
meta.homepage = "https://github.com/gregorias/coop.nvim/";
meta.license = getLicenseFromSpdxId "GPL-3.0-only";
meta.hydraPlatforms = [ ];
};
copilot-cmp = buildVimPlugin {
pname = "copilot-cmp";
version = "0-unstable-2024-12-11";
@@ -287,6 +287,7 @@ https://github.com/niklasdewally/conjure.nvim/,,
https://github.com/wellle/context.vim/,,
https://github.com/Shougo/context_filetype.vim/,,
https://github.com/banjo/contextfiles.nvim/,,
https://github.com/gregorias/coop.nvim/,,
https://github.com/zbirenbaum/copilot-cmp/,,
https://github.com/copilotlsp-nvim/copilot-lsp/,,
https://github.com/AndreM222/copilot-lualine/,,