Unverified Commit 9b761c68 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

vimPlugins.peek-nvim: init at 2024-04-09 (#401651)

parents 2e792feb 2cf7982a
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -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";
+4 −0
Original line number Diff line number Diff line
@@ -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)
+1 −0
Original line number Diff line number Diff line
@@ -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/,,