diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index e88c71611423..374d9bd90356 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -10058,6 +10058,19 @@ final: prev: meta.hydraPlatforms = [ ]; }; + nvim-dap-vscode-js = buildVimPlugin { + pname = "nvim-dap-vscode-js"; + version = "2023-03-06"; + src = fetchFromGitHub { + owner = "mxsdev"; + repo = "nvim-dap-vscode-js"; + rev = "03bd29672d7fab5e515fc8469b7d07cc5994bbf6"; + sha256 = "1nj299by3qs0dbsv1lxb19ia9pbpspw22kdlrilwl8vqixl77ngi"; + }; + meta.homepage = "https://github.com/mxsdev/nvim-dap-vscode-js/"; + meta.hydraPlatforms = [ ]; + }; + nvim-docs-view = buildVimPlugin { pname = "nvim-docs-view"; version = "2025-03-24"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 88c41708c920..0fdc9e467ac1 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -2227,6 +2227,10 @@ in dependencies = [ self.nvim-dap ]; }; + nvim-dap-vscode-js = super.nvim-dap-vscode-js.overrideAttrs { + dependencies = [ self.nvim-dap ]; + }; + nvim-dap-lldb = super.nvim-dap-lldb.overrideAttrs { dependencies = [ self.nvim-dap ]; }; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 83505b8aaace..33e63e3944a4 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -771,6 +771,7 @@ https://github.com/jonboh/nvim-dap-rr/,HEAD, https://github.com/rcarriga/nvim-dap-ui/,, https://github.com/igorlfs/nvim-dap-view/,HEAD, https://github.com/theHamsta/nvim-dap-virtual-text/,, +https://github.com/mxsdev/nvim-dap-vscode-js/,HEAD, https://github.com/amrbashir/nvim-docs-view/,HEAD, https://github.com/allendang/nvim-expand-expr/,, https://github.com/vijaymarupudi/nvim-fzf/,,