vimPlugins.claudecode-nvim: init at 2025-06-21 (#421844)

This commit is contained in:
Gaétan Lepage 2025-07-02 23:58:14 +02:00 committed by GitHub
commit 5a7fb84137
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 0 deletions

View File

@ -2064,6 +2064,19 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
claudecode-nvim = buildVimPlugin {
pname = "claudecode.nvim";
version = "2025-06-21";
src = fetchFromGitHub {
owner = "coder";
repo = "claudecode.nvim";
rev = "91357d810ccf92f6169f3754436901c6ff5237ec";
sha256 = "1hdzv8wjm0dgam7fimsm2h2kfnc8mp8gi7qyv4qddgfj7mir77l7";
};
meta.homepage = "https://github.com/coder/claudecode.nvim/";
meta.hydraPlatforms = [ ];
};
clever-f-vim = buildVimPlugin {
pname = "clever-f.vim";
version = "2022-10-15";

View File

@ -157,6 +157,7 @@ https://github.com/projekt0n/circles.nvim/,,
https://github.com/zootedb0t/citruszest.nvim/,,
https://github.com/xavierd/clang_complete/,,
https://github.com/greggh/claude-code.nvim/,HEAD,
https://github.com/coder/claudecode.nvim/,HEAD,
https://github.com/rhysd/clever-f.vim/,,
https://github.com/bbchung/clighter8/,,
https://github.com/ekickx/clipboard-image.nvim/,,