Unverified Commit 7208a835 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

vimPlugins.persistent-breakpoints-nvim: init at 2025-03-22 (#398543)

parents fb777966 2768d1db
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -11831,6 +11831,19 @@ final: prev: {
    meta.hydraPlatforms = [ ];
  };
  persistent-breakpoints-nvim = buildVimPlugin {
    pname = "persistent-breakpoints.nvim";
    version = "2025-03-22";
    src = fetchFromGitHub {
      owner = "weissle";
      repo = "persistent-breakpoints.nvim";
      rev = "d1656221836207787b8a7969cc2dc72668c4742a";
      sha256 = "ed958d4725406d0b8cff2de316e67941f9af23ea53e099a8e645b61f08c34b56";
    };
    meta.homepage = "https://github.com/Weissle/persistent-breakpoints.nvim";
    meta.hydraPlatforms = [ ];
  };
  pest-vim = buildVimPlugin {
    pname = "pest.vim";
    version = "2024-04-25";
+6 −0
Original line number Diff line number Diff line
@@ -2725,6 +2725,12 @@ in
    ];
  };

  persistent-breakpoints-nvim = super.persistent-breakpoints-nvim.overrideAttrs {
    dependencies = with self; [
      nvim-dap
    ];
  };

  phpactor = buildVimPlugin {
    inherit (phpactor)
      pname
+1 −0
Original line number Diff line number Diff line
@@ -908,6 +908,7 @@ https://github.com/tmsvg/pear-tree/,,
https://github.com/steelsojka/pears.nvim/,,
https://github.com/olimorris/persisted.nvim/,HEAD,
https://github.com/folke/persistence.nvim/,,
https://github.com/Weissle/persistent-breakpoints.nvim/,,
https://github.com/pest-parser/pest.vim/,HEAD,
https://github.com/lifepillar/pgsql.vim/,,
https://github.com/phha/zenburn.nvim/,,phha-zenburn