vimPlugins.cutlass-nvim: init at 2023-12-18 (#432591)

authored by Gaétan Lepage and committed by GitHub 74ccaf51 7591bb57

+14
+13
pkgs/applications/editors/vim/plugins/generated.nix
··· 3651 meta.hydraPlatforms = [ ]; 3652 }; 3653 3654 cyberdream-nvim = buildVimPlugin { 3655 pname = "cyberdream.nvim"; 3656 version = "2025-07-25";
··· 3651 meta.hydraPlatforms = [ ]; 3652 }; 3653 3654 + cutlass-nvim = buildVimPlugin { 3655 + pname = "cutlass.nvim"; 3656 + version = "2023-12-18"; 3657 + src = fetchFromGitHub { 3658 + owner = "gbprod"; 3659 + repo = "cutlass.nvim"; 3660 + rev = "1ac7e4b53d79410be52a9e464d44c60556282b3e"; 3661 + sha256 = "0p00xjn6da7hj10vwnighsf1y0zmndfx9d2nb95whnq6awkbyr6f"; 3662 + }; 3663 + meta.homepage = "https://github.com/gbprod/cutlass.nvim/"; 3664 + meta.hydraPlatforms = [ ]; 3665 + }; 3666 + 3667 cyberdream-nvim = buildVimPlugin { 3668 pname = "cyberdream.nvim"; 3669 version = "2025-07-25";
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 279 https://github.com/FelikZ/ctrlp-py-matcher/,, 280 https://github.com/amiorin/ctrlp-z/,, 281 https://github.com/ctrlpvim/ctrlp.vim/,, 282 https://github.com/scottmckendry/cyberdream.nvim/,, 283 https://github.com/JachymPutta/dailies.nvim/,HEAD, 284 https://github.com/Koalhack/darcubox-nvim/,HEAD,
··· 279 https://github.com/FelikZ/ctrlp-py-matcher/,, 280 https://github.com/amiorin/ctrlp-z/,, 281 https://github.com/ctrlpvim/ctrlp.vim/,, 282 + https://github.com/gbprod/cutlass.nvim/,HEAD, 283 https://github.com/scottmckendry/cyberdream.nvim/,, 284 https://github.com/JachymPutta/dailies.nvim/,HEAD, 285 https://github.com/Koalhack/darcubox-nvim/,HEAD,