slackbuilds/development/neovim
Ruben Schuller b2f5102365
development/neovim: Updated for version 0.8.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-12-08 20:55:24 +07:00
..
README development/neovim: Updated for version 0.7.0. 2022-04-24 01:47:21 +07:00
doinst.sh development/neovim: Run update-desktop-database in doinst.sh. 2018-01-06 06:55:25 +07:00
neovim.SlackBuild development/neovim: Updated for version 0.8.1 2022-12-08 20:55:24 +07:00
neovim.info development/neovim: Updated for version 0.8.1 2022-12-08 20:55:24 +07:00
slack-desc development/neovim: Convert slack-desc to ASCII. 2020-01-18 12:25:20 +07:00

README

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

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.