File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # [ Lua Async Await] ( https://ms-jpq.github.io/neovim -async-tutorial )
1
+ # [ Lua Async Await] ( https://ms-jpq.github.io/lua -async-await )
2
2
3
- Async Await in [ 90 lines] ( https://github.com/ms-jpq/neovim -async-tutorial /blob/master/lua/async.lua ) of code.
3
+ Async Await in [ 90 lines] ( https://github.com/ms-jpq/lua -async-await /blob/master/lua/async.lua ) of code.
4
4
5
5
Originally written for Neovim, because it uses the same ` libuv ` eventloop from NodeJS.
6
6
7
7
** Works for any LUA code**
8
8
9
9
## Special Thanks
10
10
11
- [ svermeulen] ( https://github.com/svermeulen ) for fixing [ inability to return functions] ( https://github.com/ms-jpq/neovim -async-tutorial /issues/2 ) .
11
+ [ svermeulen] ( https://github.com/svermeulen ) for fixing [ inability to return functions] ( https://github.com/ms-jpq/lua -async-await /issues/2 ) .
12
12
13
13
## Preface
14
14
@@ -324,7 +324,7 @@ end)()
324
324
325
325
I have bundle up this tutorial as a vim plugin, you can install it the usual way.
326
326
327
- ` Plug 'ms-jpq/neovim -async-tutorial ', {'branch': 'neo'} `
327
+ ` Plug 'ms-jpq/lua -async-await ', {'branch': 'neo'} `
328
328
329
329
and then call the test functions like so:
330
330
You can’t perform that action at this time.
0 commit comments