diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 649130a0da6c..300f2ce4a08d 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 6f39a6589ad6..c2a0797d7ce7 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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,