summaryrefslogtreecommitdiffstats
path: root/development/neovim/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/neovim/README')
-rw-r--r--development/neovim/README7
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