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