We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3adca2 commit 622cedbCopy full SHA for 622cedb
README.md
@@ -2,12 +2,12 @@
2
3
Async Await in [90 lines](https://github.com/ms-jpq/neovim-async-tutorial/blob/master/lua/async.lua) of code.
4
5
-## Preface
6
-
7
-### Special Thanks
+## Special Thanks
8
9
[svermeulen](https://github.com/svermeulen) for fixing [inability to return functions](https://github.com/ms-jpq/neovim-async-tutorial/issues/2).
10
+## Preface
+
11
This tutorial assumes that you are familiar with the concept of `async` `await`
12
13
You will also need to read through the [first 500 words](https://www.lua.org/pil/9.1.html) of how coroutines work in lua.
0 commit comments