fix(nlua): make nlua dap work with regular continue. Fixes #1666

This commit is contained in:
Folke Lemaitre
2023-10-12 09:42:31 +02:00
parent c7720275c3
commit 85215f396b
2 changed files with 42 additions and 8 deletions

View File

@ -54,7 +54,6 @@ return {
opts = {
defaults = {
["<leader>d"] = { name = "+debug" },
["<leader>da"] = { name = "+adapters" },
},
},
},