File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 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 )
22
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.
44
55Originally written for Neovim, because it uses the same ` libuv ` eventloop from NodeJS.
66
77** Works for any LUA code**
88
99## Special Thanks
1010
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 ) .
1212
1313## Preface
1414
@@ -324,7 +324,7 @@ end)()
324324
325325I have bundle up this tutorial as a vim plugin, you can install it the usual way.
326326
327- ` Plug 'ms-jpq/neovim -async-tutorial ', {'branch': 'neo'} `
327+ ` Plug 'ms-jpq/lua -async-await ', {'branch': 'neo'} `
328328
329329and then call the test functions like so:
330330
You can’t perform that action at this time.
0 commit comments