mirror of
https://github.com/nanotee/nvim-lua-guide
synced 2024-11-05 06:00:39 +00:00
add link to LuaScript tutorial
This commit is contained in:
parent
1e8a4abf20
commit
ef370d6b73
@ -21,6 +21,7 @@ If you are not already familiar with the language, there are plenty of resources
|
||||
- The [Learn X in Y minutes page about Lua](https://learnxinyminutes.com/docs/lua/) should give you a quick overview of the basics
|
||||
- [This guide](https://github.com/medwatt/Notes/blob/main/Lua/Lua_Quick_Guide.ipynb) is also a good resource for getting started quickly
|
||||
- If videos are more to your liking, Derek Banas has a [1-hour tutorial on the language](https://www.youtube.com/watch?v=iMacxZQMPXs)
|
||||
- Want something a little more interactive with runnable examples? Try [the LuaScript tutorial](https://www.luascript.dev/learn)
|
||||
- The [lua-users wiki](http://lua-users.org/wiki/LuaDirectory) is full of useful information on all kinds of Lua-related topics
|
||||
- The [official reference manual for Lua](https://www.lua.org/manual/5.1/) should give you the most comprehensive tour of the language (exists as a Vimdoc plugin if you want to read it from the comfort of your editor: [wsdjeg/luarefvim](https://github.com/wsdjeg/luarefvim))
|
||||
|
||||
|
@ -28,6 +28,8 @@ https://github.com/medwatt/Notes/blob/main/Lua/Lua_Quick_Guide.ipynb
|
||||
is also a good resource for getting started quickly
|
||||
- If videos are more to your liking, Derek Banas has a 1-hour tutorial
|
||||
on the language: https://www.youtube.com/watch?v=iMacxZQMPXs
|
||||
- Want something a little more interactive with runnable examples? Try
|
||||
the LuaScript tutorial: https://www.luascript.dev/learn
|
||||
- The lua-users wiki: http://lua-users.org/wiki/LuaDirectory is full
|
||||
of useful information on all kinds of Lua-related topics
|
||||
- The official reference manual for Lua: https://www.lua.org/manual/5.1/
|
||||
|
Loading…
Reference in New Issue
Block a user