vimPlugins.nvim-dap-vscode-js: init at 2023-03-06
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
|
||||
@@ -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/,,
|
||||
|
||||
Reference in New Issue
Block a user