mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
vimPlugins.codecompanion-history-nvim: init at 2025-05-15
This commit is contained in:
parent
9683107d8e
commit
064f77c33c
3 changed files with 23 additions and 0 deletions
|
@ -2909,6 +2909,19 @@ final: prev: {
|
|||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
codecompanion-history-nvim = buildVimPlugin {
|
||||
pname = "codecompanion-history.nvim";
|
||||
version = "2025-05-15";
|
||||
src = fetchFromGitHub {
|
||||
owner = "ravitemer";
|
||||
repo = "codecompanion-history.nvim";
|
||||
rev = "f787607922be1189b58e2c61bdd0e4bae3a38c00";
|
||||
sha256 = "16bivgra12wyhiwcci89sa7fcj0y8q4a61xzlf2gsm84bv295jms";
|
||||
};
|
||||
meta.homepage = "https://github.com/ravitemer/codecompanion-history.nvim/";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
codecompanion-nvim = buildVimPlugin {
|
||||
pname = "codecompanion.nvim";
|
||||
version = "2025-05-01";
|
||||
|
|
|
@ -631,6 +631,15 @@ in
|
|||
];
|
||||
};
|
||||
|
||||
codecompanion-history-nvim = super.codecompanion-history-nvim.overrideAttrs {
|
||||
dependencies = with self; [
|
||||
# transitive dependency for codecompanion-nvim
|
||||
plenary-nvim
|
||||
|
||||
codecompanion-nvim
|
||||
];
|
||||
};
|
||||
|
||||
windsurf-nvim =
|
||||
let
|
||||
# Update according to https://github.com/Exafunction/codeium.nvim/blob/main/lua/codeium/versions.json
|
||||
|
|
|
@ -222,6 +222,7 @@ https://github.com/coc-extensions/coc-svelte/,,
|
|||
https://github.com/iamcco/coc-tailwindcss/,,
|
||||
https://github.com/neoclide/coc.nvim/,release,
|
||||
https://github.com/manicmaniac/coconut.vim/,HEAD,
|
||||
https://github.com/ravitemer/codecompanion-history.nvim/,HEAD,
|
||||
https://github.com/olimorris/codecompanion.nvim/,HEAD,
|
||||
https://github.com/gorbit99/codewindow.nvim/,HEAD,
|
||||
https://github.com/metakirby5/codi.vim/,,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue