Unverified Commit c1d1bd68 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

vimPlugins.nvim-dap-vscode-js: init at 2023-03-06 (#393734)

parents 31e16547 066e034b
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -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";
+4 −0
Original line number Diff line number Diff line
@@ -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 ];
  };
+1 −0
Original line number Diff line number Diff line
@@ -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/,,