0.5 is out!

pull/71/head
Timothée Sterle 3 years ago
parent ef350f6816
commit e6767f9c4b
No known key found for this signature in database
GPG Key ID: 136D558122196ED5

@ -12,7 +12,7 @@
The [integration of Lua](https://www.youtube.com/watch?v=IP3J56sKtn0) as a [first-class language inside Neovim](https://github.com/neovim/neovim/wiki/FAQ#why-embed-lua-instead-of-x) is shaping up to be one of its killer features.
However, the amount of teaching material for learning how to write plugins in Lua is not as large as what you would find for writing them in Vimscript. This is an attempt at providing some basic information to get people started.
This guide assumes you are using the latest [nightly build](https://github.com/neovim/neovim/releases/tag/nightly) of Neovim. Since version 0.5 of Neovim is a development version, keep in mind that some APIs that are being actively worked on are not quite stable and might change before release.
This guide assumes you are using at least version 0.5 of Neovim.
### Learning Lua

@ -13,11 +13,7 @@ plugins in Lua is not as large as what you would find for writing them
in Vimscript. This is an attempt at providing some basic information to
get people started.
This guide assumes you are using the latest nightly build:
https://github.com/neovim/neovim/releases/tag/nightly of Neovim. Since
version 0.5 of Neovim is a development version, keep in mind that some
APIs that are being actively worked on are not quite stable and might
change before release.
This guide assumes you are using at least version 0.5 of Neovim.
Learning Lua~

Loading…
Cancel
Save