From 5664f19152f68c3948b78f1cd9b7063e2b9ddb3c Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 31 Mar 2025 15:49:36 +0200 Subject: [PATCH] vimPlugins.parrot-nvim: init at 2025-03-30 --- .../editors/vim/plugins/generated.nix | 13 +++++++++++++ .../editors/vim/plugins/overrides.nix | 15 +++++++++++++++ .../editors/vim/plugins/vim-plugin-names | 1 + 3 files changed, 29 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 076eaad65f3c..0b40a323677b 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 9803703fd06a..5b758292d736 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -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) diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index e87a1f8885d9..bce262fa356d 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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/,,