vimPlugins.parrot-nvim: init at 2025-03-30 (#394928)

authored by Gaétan Lepage and committed by GitHub 8c698645 69fcd4f2

+29
+13
pkgs/applications/editors/vim/plugins/generated.nix
··· 11736 11736 meta.hydraPlatforms = [ ]; 11737 11737 }; 11738 11738 11739 + parrot-nvim = buildVimPlugin { 11740 + pname = "parrot.nvim"; 11741 + version = "2025-03-30"; 11742 + src = fetchFromGitHub { 11743 + owner = "frankroeder"; 11744 + repo = "parrot.nvim"; 11745 + rev = "3158788f52745310bee3ec5a53dd0012f17f34d0"; 11746 + sha256 = "1pdxgjbfav223wablhy2gfq1fm3j523dln1rdnpycvbqcm60hm42"; 11747 + }; 11748 + meta.homepage = "https://github.com/frankroeder/parrot.nvim/"; 11749 + meta.hydraPlatforms = [ ]; 11750 + }; 11751 + 11739 11752 pckr-nvim = buildVimPlugin { 11740 11753 pname = "pckr.nvim"; 11741 11754 version = "2025-03-30";
+15
pkgs/applications/editors/vim/plugins/overrides.nix
··· 2688 2688 ]; 2689 2689 }; 2690 2690 2691 + parrot-nvim = super.parrot-nvim.overrideAttrs { 2692 + runtimeDeps = [ 2693 + curl 2694 + ]; 2695 + 2696 + dependencies = with self; [ 2697 + plenary-nvim 2698 + ]; 2699 + 2700 + checkInputs = [ 2701 + curl 2702 + ripgrep 2703 + ]; 2704 + }; 2705 + 2691 2706 persisted-nvim = super.persisted-nvim.overrideAttrs { 2692 2707 nvimSkipModules = [ 2693 2708 # /lua/persisted/init.lua:44: attempt to index upvalue 'config' (a nil value)
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 900 900 https://github.com/NLKNguyen/papercolor-theme/,, 901 901 https://github.com/pappasam/papercolor-theme-slim/,HEAD, 902 902 https://github.com/dundalek/parpar.nvim/,, 903 + https://github.com/frankroeder/parrot.nvim/,HEAD, 903 904 https://github.com/lewis6991/pckr.nvim/,HEAD, 904 905 https://github.com/tmsvg/pear-tree/,, 905 906 https://github.com/steelsojka/pears.nvim/,,