vimPlugins.claude-code-nvim: init at 2025-03-29 (#400548)

This commit is contained in:
Gaétan Lepage
2025-04-21 19:18:58 +02:00
committed by GitHub
3 changed files with 20 additions and 0 deletions
@@ -1986,6 +1986,19 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
claude-code-nvim = buildVimPlugin {
pname = "claude-code.nvim";
version = "2025-03-29";
src = fetchFromGitHub {
owner = "greggh";
repo = "claude-code.nvim";
rev = "b5c64c42832e5c6c7a02e8e8aa44cfa38a4ae0b2";
sha256 = "10s4bn1vcmvkgfxdcilqw85zzlfm2qipw25aqw7jjarys5y3jfik";
};
meta.homepage = "https://github.com/greggh/claude-code.nvim/";
meta.hydraPlatforms = [ ];
};
clever-f-vim = buildVimPlugin {
pname = "clever-f.vim";
version = "2022-10-15";
@@ -374,6 +374,12 @@ in
'';
};
claude-code-nvim = super.claude-code-nvim.overrideAttrs {
dependencies = with self; [
plenary-nvim
];
};
clighter8 = super.clighter8.overrideAttrs {
preFixup = ''
sed "/^let g:clighter8_libclang_path/s|')$|${lib.getLib llvmPackages.clang.cc}/lib/libclang.so')|" \
@@ -151,6 +151,7 @@ https://github.com/declancm/cinnamon.nvim/,HEAD,
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/rhysd/clever-f.vim/,,
https://github.com/bbchung/clighter8/,,
https://github.com/ekickx/clipboard-image.nvim/,,