We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nvim-dap
opts
1 parent 59948fa commit e76529dCopy full SHA for e76529d
lua/astrocommunity/pack/typescript/dap.lua
@@ -1,7 +1,7 @@
1
return {
2
"mfussenegger/nvim-dap",
3
optional = true,
4
- config = function()
+ opts = function()
5
local dap = require "dap"
6
if not dap.adapters["pwa-node"] then
7
dap.adapters["pwa-node"] = {
0 commit comments