diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 358a337c882f..be2951ed3883 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 244932ee9371..aca53b9a801b 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -2725,6 +2725,12 @@ in ]; }; + persistent-breakpoints-nvim = super.persistent-breakpoints-nvim.overrideAttrs { + dependencies = with self; [ + nvim-dap + ]; + }; + phpactor = buildVimPlugin { inherit (phpactor) pname diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 18059181e5d7..c00c22784bba 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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