diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index d5c0a8a79583..6d41a0932352 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -5493,6 +5493,18 @@ final: prev: meta.homepage = "https://github.com/mfussenegger/nvim-dap/"; }; + nvim-dap-python = buildVimPluginFrom2Nix { + pname = "nvim-dap-python"; + version = "2022-10-09"; + src = fetchFromGitHub { + owner = "mfussenegger"; + repo = "nvim-dap-python"; + rev = "408186a9d1e03e078e3603af912f9e264ceb2742"; + sha256 = "131a8m5ngxlpbx2b9syksmcci7fff03naw56z7djkvs1w6zh4ln4"; + }; + meta.homepage = "https://github.com/mfussenegger/nvim-dap-python/"; + }; + nvim-dap-ui = buildVimPluginFrom2Nix { pname = "nvim-dap-ui"; version = "2022-10-06"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 850f82f7018c..f04511f9a213 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -628,6 +628,10 @@ self: super: { dependencies = with self; [ plenary-nvim ]; }); + nvim-dap-python = super.nvim-dap-python.overrideAttrs (old: { + dependencies = with self; [ nvim-dap ]; + }); + nvim-lsputils = super.nvim-lsputils.overrideAttrs (old: { dependencies = with self; [ popfix ]; }); diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 09f3a566772e..1921c2903742 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -462,6 +462,7 @@ https://github.com/roxma/nvim-completion-manager/,, https://github.com/klen/nvim-config-local/,, https://github.com/yamatsum/nvim-cursorline/,, https://github.com/mfussenegger/nvim-dap/,, +https://github.com/mfussenegger/nvim-dap-python/,HEAD, https://github.com/rcarriga/nvim-dap-ui/,, https://github.com/theHamsta/nvim-dap-virtual-text/,, https://github.com/allendang/nvim-expand-expr/,,