vimPlugins.peek-nvim: init at 2024-04-09

This commit is contained in:
Gaetan Lepage
2025-04-25 09:08:42 +02:00
parent 8a1bb03b35
commit 2cf7982a22
3 changed files with 18 additions and 0 deletions
@@ -11844,6 +11844,19 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
peek-nvim = buildVimPlugin {
pname = "peek.nvim";
version = "2024-04-09";
src = fetchFromGitHub {
owner = "toppair";
repo = "peek.nvim";
rev = "5820d937d5414baea5f586dc2a3d912a74636e5b";
sha256 = "01bdrk1h1xaq2bbbgwsrb2h2cc9j2d88kjcx2k3p8j8kgk20yql4";
};
meta.homepage = "https://github.com/toppair/peek.nvim/";
meta.hydraPlatforms = [ ];
};
persisted-nvim = buildVimPlugin {
pname = "persisted.nvim";
version = "2025-03-30";
@@ -2744,6 +2744,10 @@ in
];
};
peek-nvim = super.peek-nvim.overrideAttrs {
runtimeDeps = [ deno ];
};
persisted-nvim = super.persisted-nvim.overrideAttrs {
nvimSkipModules = [
# /lua/persisted/init.lua:44: attempt to index upvalue 'config' (a nil value)
@@ -909,6 +909,7 @@ 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/,,
https://github.com/toppair/peek.nvim/,HEAD,
https://github.com/olimorris/persisted.nvim/,HEAD,
https://github.com/folke/persistence.nvim/,,
https://github.com/Weissle/persistent-breakpoints.nvim/,,