mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-16 22:49:25 +03:00
vimPlugins.parrot-nvim: init at 2025-03-30
This commit is contained in:
parent
5eea50fab8
commit
5664f19152
3 changed files with 29 additions and 0 deletions
|
@ -11723,6 +11723,19 @@ final: prev:
|
||||||
meta.hydraPlatforms = [ ];
|
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 {
|
pckr-nvim = buildVimPlugin {
|
||||||
pname = "pckr.nvim";
|
pname = "pckr.nvim";
|
||||||
version = "2025-03-30";
|
version = "2025-03-30";
|
||||||
|
|
|
@ -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 {
|
persisted-nvim = super.persisted-nvim.overrideAttrs {
|
||||||
nvimSkipModules = [
|
nvimSkipModules = [
|
||||||
# /lua/persisted/init.lua:44: attempt to index upvalue 'config' (a nil value)
|
# /lua/persisted/init.lua:44: attempt to index upvalue 'config' (a nil value)
|
||||||
|
|
|
@ -899,6 +899,7 @@ https://github.com/roobert/palette.nvim/,HEAD,
|
||||||
https://github.com/NLKNguyen/papercolor-theme/,,
|
https://github.com/NLKNguyen/papercolor-theme/,,
|
||||||
https://github.com/pappasam/papercolor-theme-slim/,HEAD,
|
https://github.com/pappasam/papercolor-theme-slim/,HEAD,
|
||||||
https://github.com/dundalek/parpar.nvim/,,
|
https://github.com/dundalek/parpar.nvim/,,
|
||||||
|
https://github.com/frankroeder/parrot.nvim/,HEAD,
|
||||||
https://github.com/lewis6991/pckr.nvim/,HEAD,
|
https://github.com/lewis6991/pckr.nvim/,HEAD,
|
||||||
https://github.com/tmsvg/pear-tree/,,
|
https://github.com/tmsvg/pear-tree/,,
|
||||||
https://github.com/steelsojka/pears.nvim/,,
|
https://github.com/steelsojka/pears.nvim/,,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue