mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-24 21:41:08 +00:00
Merge 77d8897c52 into 459a4c3b10
This commit is contained in:
commit
409caff99f
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ return {
|
||||||
adapter.port = c.port
|
adapter.port = c.port
|
||||||
adapter.host = c.host
|
adapter.host = c.host
|
||||||
end
|
end
|
||||||
require("osv").run_this()
|
require("osv").launch({port = adapter.port})
|
||||||
dap.run = dap_run
|
dap.run = dap_run
|
||||||
end
|
end
|
||||||
callback(adapter)
|
callback(adapter)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue