aboutsummaryrefslogtreecommitdiff
path: root/neovim/README
diff options
context:
space:
mode:
Diffstat (limited to 'neovim/README')
-rw-r--r--neovim/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/neovim/README b/neovim/README
new file mode 100644
index 0000000..ee3c7e4
--- /dev/null
+++ b/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