diff options
author | Slack Coder <slackcoder@server.ky> | 2022-09-16 05:58:56 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2022-09-16 05:58:56 -0500 |
commit | 980a0498e6fb7fb665ff92d7b04f93e7254a3abe (patch) | |
tree | d1dca7f135ac52177247445d25b996282f6fe30d /neovim/README | |
parent | b0c018b1fea9952a3fce2e744b4e7bc6ef7aae6a (diff) | |
download | slackbuilds-980a0498e6fb7fb665ff92d7b04f93e7254a3abe.tar.xz |
neovim: bump v0.7.0
Diffstat (limited to 'neovim/README')
-rw-r--r-- | neovim/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/neovim/README b/neovim/README index ee3c7e4..a03c5e5 100644 --- a/neovim/README +++ b/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. |