diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 711661025f0d..13a84f172415 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -3807,6 +3807,19 @@ final: prev: { meta.hydraPlatforms = [ ]; }; + debugmaster-nvim = buildVimPlugin { + pname = "debugmaster.nvim"; + version = "2025-05-26"; + src = fetchFromGitHub { + owner = "miroshQa"; + repo = "debugmaster.nvim"; + rev = "aeae4c324be259856a3e9e436db89875421b78ca"; + sha256 = "1b919qrljmrczi89cn276rx5yib63yhnr3wscbypckda2d62bh5a"; + }; + meta.homepage = "https://github.com/miroshQa/debugmaster.nvim/"; + meta.hydraPlatforms = [ ]; + }; + debugprint-nvim = buildVimPlugin { pname = "debugprint.nvim"; version = "2025-05-28"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 636a43b767d7..2035c0ac0d44 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -976,6 +976,10 @@ in dependencies = [ self.denops-vim ]; }; + debugmaster-nvim = super.debugmaster-nvim.overrideAttrs { + dependencies = [ self.nvim-dap ]; + }; + defx-nvim = super.defx-nvim.overrideAttrs { dependencies = [ self.nvim-yarp ]; }; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 7a40df893af5..dca27d3ef413 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -291,6 +291,7 @@ https://github.com/Shougo/ddc-source-lsp/,HEAD, https://github.com/Shougo/ddc-ui-native/,HEAD, https://github.com/Shougo/ddc-ui-pum/,HEAD, https://github.com/Shougo/ddc.vim/,HEAD, +https://github.com/miroshQa/debugmaster.nvim/,HEAD, https://github.com/andrewferrier/debugprint.nvim/,HEAD, https://github.com/Verf/deepwhite.nvim/,, https://github.com/kristijanhusak/defx-git/,,