Skip to content

Commit e76529d

Browse files
committed
fix(typescript): configure nvim-dap with opts function to be overridable
1 parent 59948fa commit e76529d

File tree

1 file changed

+1
-1
lines changed
  • lua/astrocommunity/pack/typescript

1 file changed

+1
-1
lines changed

lua/astrocommunity/pack/typescript/dap.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
return {
22
"mfussenegger/nvim-dap",
33
optional = true,
4-
config = function()
4+
opts = function()
55
local dap = require "dap"
66
if not dap.adapters["pwa-node"] then
77
dap.adapters["pwa-node"] = {

0 commit comments

Comments
 (0)