diff options
author | Ruben Schuller <code@rbn.im> | 2022-04-21 23:04:43 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-24 01:47:21 +0700 |
commit | 7ab72fcd6371a3d5248cff08194fce1023143724 (patch) | |
tree | fd6d6d16cb6bf80c8c1c35a5b8956268ea366456 /development/neovim/README | |
parent | df9adeb248186f6fe7b208e6fa7aa7d875b06c36 (diff) |
development/neovim: Updated for version 0.7.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/neovim/README')
-rw-r--r-- | development/neovim/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/development/neovim/README b/development/neovim/README index ee3c7e4d5d..a03c5e5a97 100644 --- a/development/neovim/README +++ b/development/neovim/README @@ -5,3 +5,9 @@ Neovim is a project that seeks to aggressively refactor Vim in order to: * Enable the implementation of new/modern user interfaces without any modifications to the core source * Improve extensibility with a new plugin architecture + +note on building: +be sure to have lua (5.1) installed so that the lua-libraries neovim +depends on are packaged for 5.1 (e.g. lpeg). the lua used in neovim is +shipped with it, so lua isn't a direct dependency for neovim and not +listed in REQUIRES. |