fixed lua writing
This commit is contained in:
parent
e0f8c8526a
commit
6ce0d4699f
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@
|
||||||
{
|
{
|
||||||
mode = "n";
|
mode = "n";
|
||||||
action = {
|
action = {
|
||||||
__raw = "function() require";
|
__raw = "function() require('dap') end";
|
||||||
};
|
};
|
||||||
key = "ds";
|
key = "ds";
|
||||||
options = {
|
options = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue