vimPlugins.persistent-breakpoints-nvim: init at 2025-03-22

This commit is contained in:
Taha Ahmad 2025-04-14 14:19:52 +05:00
parent aaed20ac46
commit 2768d1db3a
3 changed files with 20 additions and 0 deletions

View file

@ -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";

View file

@ -2725,6 +2725,12 @@ in
];
};
persistent-breakpoints-nvim = super.persistent-breakpoints-nvim.overrideAttrs {
dependencies = with self; [
nvim-dap
];
};
phpactor = buildVimPlugin {
inherit (phpactor)
pname

View file

@ -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