Skip to content

Commit 7208a83

Browse files
authored
vimPlugins.persistent-breakpoints-nvim: init at 2025-03-22 (#398543)
2 parents fb77796 + 2768d1d commit 7208a83

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

pkgs/applications/editors/vim/plugins/generated.nix

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11831,6 +11831,19 @@ final: prev: {
1183111831
meta.hydraPlatforms = [ ];
1183211832
};
1183311833

11834+
persistent-breakpoints-nvim = buildVimPlugin {
11835+
pname = "persistent-breakpoints.nvim";
11836+
version = "2025-03-22";
11837+
src = fetchFromGitHub {
11838+
owner = "weissle";
11839+
repo = "persistent-breakpoints.nvim";
11840+
rev = "d1656221836207787b8a7969cc2dc72668c4742a";
11841+
sha256 = "ed958d4725406d0b8cff2de316e67941f9af23ea53e099a8e645b61f08c34b56";
11842+
};
11843+
meta.homepage = "https://github.com/Weissle/persistent-breakpoints.nvim";
11844+
meta.hydraPlatforms = [ ];
11845+
};
11846+
1183411847
pest-vim = buildVimPlugin {
1183511848
pname = "pest.vim";
1183611849
version = "2024-04-25";

pkgs/applications/editors/vim/plugins/overrides.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2725,6 +2725,12 @@ in
27252725
];
27262726
};
27272727

2728+
persistent-breakpoints-nvim = super.persistent-breakpoints-nvim.overrideAttrs {
2729+
dependencies = with self; [
2730+
nvim-dap
2731+
];
2732+
};
2733+
27282734
phpactor = buildVimPlugin {
27292735
inherit (phpactor)
27302736
pname

pkgs/applications/editors/vim/plugins/vim-plugin-names

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -908,6 +908,7 @@ https://github.com/tmsvg/pear-tree/,,
908908
https://github.com/steelsojka/pears.nvim/,,
909909
https://github.com/olimorris/persisted.nvim/,HEAD,
910910
https://github.com/folke/persistence.nvim/,,
911+
https://github.com/Weissle/persistent-breakpoints.nvim/,,
911912
https://github.com/pest-parser/pest.vim/,HEAD,
912913
https://github.com/lifepillar/pgsql.vim/,,
913914
https://github.com/phha/zenburn.nvim/,,phha-zenburn

0 commit comments

Comments
 (0)