diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2014-06-07 08:17:48 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-06-12 06:51:41 +0700 |
commit | 00b57a40b5dc8a7202f5b0cb206710e7803fcfe2 (patch) | |
tree | 37d1b60f959664d68ed4f4b51d861b6049ad65da /development/neovim/README | |
parent | 02f91843a483124c963928c5286a96836e15e174 (diff) | |
download | slackbuilds-00b57a40b5dc8a7202f5b0cb206710e7803fcfe2.tar.gz |
development/neovim: Added (Vim fork).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/neovim/README')
-rw-r--r-- | development/neovim/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/development/neovim/README b/development/neovim/README new file mode 100644 index 0000000000..ee3c7e4d5d --- /dev/null +++ b/development/neovim/README @@ -0,0 +1,7 @@ +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 |