vimPlugins.parrot-nvim: init at 2025-03-30

This commit is contained in:
Gaetan Lepage 2025-03-31 15:49:36 +02:00
parent 5eea50fab8
commit 5664f19152
3 changed files with 29 additions and 0 deletions

View file

@ -11723,6 +11723,19 @@ final: prev:
meta.hydraPlatforms = [ ];
};
parrot-nvim = buildVimPlugin {
pname = "parrot.nvim";
version = "2025-03-30";
src = fetchFromGitHub {
owner = "frankroeder";
repo = "parrot.nvim";
rev = "3158788f52745310bee3ec5a53dd0012f17f34d0";
sha256 = "1pdxgjbfav223wablhy2gfq1fm3j523dln1rdnpycvbqcm60hm42";
};
meta.homepage = "https://github.com/frankroeder/parrot.nvim/";
meta.hydraPlatforms = [ ];
};
pckr-nvim = buildVimPlugin {
pname = "pckr.nvim";
version = "2025-03-30";

View file

@ -2674,6 +2674,21 @@ in
];
};
parrot-nvim = super.parrot-nvim.overrideAttrs {
runtimeDeps = [
curl
];
dependencies = with self; [
plenary-nvim
];
checkInputs = [
curl
ripgrep
];
};
persisted-nvim = super.persisted-nvim.overrideAttrs {
nvimSkipModules = [
# /lua/persisted/init.lua:44: attempt to index upvalue 'config' (a nil value)

View file

@ -899,6 +899,7 @@ https://github.com/roobert/palette.nvim/,HEAD,
https://github.com/NLKNguyen/papercolor-theme/,,
https://github.com/pappasam/papercolor-theme-slim/,HEAD,
https://github.com/dundalek/parpar.nvim/,,
https://github.com/frankroeder/parrot.nvim/,HEAD,
https://github.com/lewis6991/pckr.nvim/,HEAD,
https://github.com/tmsvg/pear-tree/,,
https://github.com/steelsojka/pears.nvim/,,