0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

vimPlugins.contextfiles-nvim: init at 2025-05-07

This commit is contained in:
"Gaetan Lepage" 2025-05-22 23:18:28 +02:00
parent 000a25b3d8
commit ffd3d068e7
2 changed files with 14 additions and 0 deletions

View file

@ -3248,6 +3248,19 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
contextfiles-nvim = buildVimPlugin {
pname = "contextfiles.nvim";
version = "2025-05-07";
src = fetchFromGitHub {
owner = "banjo";
repo = "contextfiles.nvim";
rev = "d9541105d60c708e2ec6641109f5f2a6179c2a80";
sha256 = "1n8nkpy53mqr0hn26lqzcxmp8l6r2873yrsqxrj5cpis0f52qc45";
};
meta.homepage = "https://github.com/banjo/contextfiles.nvim/";
meta.hydraPlatforms = [ ];
};
copilot-cmp = buildVimPlugin {
pname = "copilot-cmp";
version = "2024-12-11";

View file

@ -248,6 +248,7 @@ https://github.com/stevearc/conform.nvim/,HEAD,
https://github.com/Olical/conjure/,,
https://github.com/wellle/context.vim/,,
https://github.com/Shougo/context_filetype.vim/,,
https://github.com/banjo/contextfiles.nvim/,HEAD,
https://github.com/zbirenbaum/copilot-cmp/,HEAD,
https://github.com/copilotlsp-nvim/copilot-lsp/,HEAD,
https://github.com/AndreM222/copilot-lualine/,HEAD,