add reminder `init.lua` is optional

pull/64/head
Timothée Sterle 3 years ago
parent bc3a77194e
commit 209b2ef924
No known key found for this signature in database
GPG Key ID: 136D558122196ED5

@ -55,6 +55,8 @@ A few tutorials have already been written to help people write plugins in Lua. S
Neovim supports loading an `init.lua` file for configuration instead of the usual `init.vim`.
Note: `init.lua` is of course *completely* optional. Support for `init.vim` is not going away and is still a valid option for configuration. Do keep in mind that some features are not 100% exposed to Lua yet.
See also:
- `:help config`

@ -92,6 +92,11 @@ init.lua~
Neovim supports loading an `init.lua` file for configuration instead of
the usual `init.vim`.
Note: `init.lua` is of course *completely* optional. Support
for `init.vim` is not going away and is still a valid option for
configuration. Do keep in mind that some features are not 100% exposed
to Lua yet.
See also:
- |config|

Loading…
Cancel
Save