mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 12:31:07 +00:00
fix(nLua): Update to new function
OSV removed the run_this() function, switched to launch()
This commit is contained in:
parent
459a4c3b10
commit
77d8897c52
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ return {
|
|||
adapter.port = c.port
|
||||
adapter.host = c.host
|
||||
end
|
||||
require("osv").run_this()
|
||||
require("osv").launch({port = adapter.port})
|
||||
dap.run = dap_run
|
||||
end
|
||||
callback(adapter)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue