-
I want to add nodejs DAP to my neovim. So I install the nvim-dap-vscode-js. It need to install vscode-js-debug plugin first. |
Beta Was this translation helpful? Give feedback.
Answered by
yutkat
Apr 28, 2023
Replies: 1 comment 1 reply
-
vim.fn.stdpath("data") .. "/lazy/vscode-js-debug" see Line 392 in 5d3d5fb |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
GinmusWJQ
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
see
lazy.nvim/doc/lazy.nvim.txt
Line 392 in 5d3d5fb