diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2023-05-12 23:56:56 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-13 19:27:13 +0700 |
commit | 8290e58cf6e3c8bf664c6afc9351cd2e5f8138ed (patch) | |
tree | b1bbedd6d7abde403861d77bd4ffa71595882338 /development/neovim/README | |
parent | 555dbc00b3930d76ab2d69fc237197710b89b5fb (diff) |
development/neovim: Updated for version 0.9.0.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/neovim/README')
-rw-r--r-- | development/neovim/README | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/development/neovim/README b/development/neovim/README index a03c5e5a974cc..f5294d4ff670b 100644 --- a/development/neovim/README +++ b/development/neovim/README @@ -2,12 +2,12 @@ Neovim is a project that seeks to aggressively refactor Vim in order to: * Simplify maintenance and encourage contributions * Split the work between multiple developers -* Enable the implementation of new/modern user interfaces without any - modifications to the core source -* Improve extensibility with a new plugin architecture +* Enable advanced UIs without modifications to the core +* Maximize extensibility -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. +Optional run-time dependencies: +* python3-neovim and python2-neovim: for python 3/2 plugin support; +* xclip or xsel: for X11 clipboard support; +* wl-clipboard: for clipboard support on wayland + +lua, lua-mpack, lua-lpeg, LuaBitOp are needed only at build time. |