add link to `init.lua` tutorial

pull/32/head
Timothée Sterle 3 years ago
parent a494f95048
commit 5327be849c
No known key found for this signature in database
GPG Key ID: 136D558122196ED5

@ -93,6 +93,7 @@ A few tutorials have already been written to help people write plugins in Lua. S
- [2n.pl - How to write neovim plugins in Lua](https://www.2n.pl/blog/how-to-write-neovim-plugins-in-lua.md)
- [2n.pl - How to make UI for neovim plugins in Lua](https://www.2n.pl/blog/how-to-make-ui-for-neovim-plugins-in-lua)
- [ms-jpq - Neovim Async Tutorial](https://ms-jpq.github.io/neovim-async-tutorial/)
- [oroques.dev - Neovim 0.5 features and the switch to init.lua](https://oroques.dev/notes/neovim-init/)
### Companion plugins

@ -52,6 +52,8 @@ https://www.2n.pl/blog/how-to-write-neovim-plugins-in-lua.md
https://www.2n.pl/blog/how-to-make-ui-for-neovim-plugins-in-lua
- ms-jpq - Neovim Async Tutorial:
https://ms-jpq.github.io/neovim-async-tutorial/
- oroques.dev - Neovim 0.5 features and the switch to init.lua:
https://oroques.dev/notes/neovim-init/
Companion plugins~

Loading…
Cancel
Save