1 files changed,
2 insertions(+),
1 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2023-07-22 03:00:00 +0300
Parent:
5f8466d
M
lua/gopher/dap.lua
@@ -1,4 +1,5 @@
local u = require "gopher._utils" +local c = require "gopher.config" local dap = {} dap.adapter = function(callback, config)@@ -14,7 +15,7 @@ args = { "dap", "-l", addr },
detached = true, } - handle, pid_or_err = vim.loop.spawn("dlv", opts, function(status) + handle, pid_or_err = vim.loop.spawn(c.commands.dlv, opts, function(status) if not stdout or not handle then return end