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

authored by Gaétan Lepage and committed by GitHub 5a7fb841 8a10907b

+14
+13
pkgs/applications/editors/vim/plugins/generated.nix
··· 2064 2064 meta.hydraPlatforms = [ ]; 2065 2065 }; 2066 2066 2067 + claudecode-nvim = buildVimPlugin { 2068 + pname = "claudecode.nvim"; 2069 + version = "2025-06-21"; 2070 + src = fetchFromGitHub { 2071 + owner = "coder"; 2072 + repo = "claudecode.nvim"; 2073 + rev = "91357d810ccf92f6169f3754436901c6ff5237ec"; 2074 + sha256 = "1hdzv8wjm0dgam7fimsm2h2kfnc8mp8gi7qyv4qddgfj7mir77l7"; 2075 + }; 2076 + meta.homepage = "https://github.com/coder/claudecode.nvim/"; 2077 + meta.hydraPlatforms = [ ]; 2078 + }; 2079 + 2067 2080 clever-f-vim = buildVimPlugin { 2068 2081 pname = "clever-f.vim"; 2069 2082 version = "2022-10-15";
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 157 157 https://github.com/zootedb0t/citruszest.nvim/,, 158 158 https://github.com/xavierd/clang_complete/,, 159 159 https://github.com/greggh/claude-code.nvim/,HEAD, 160 + https://github.com/coder/claudecode.nvim/,HEAD, 160 161 https://github.com/rhysd/clever-f.vim/,, 161 162 https://github.com/bbchung/clighter8/,, 162 163 https://github.com/ekickx/clipboard-image.nvim/,,