summaryrefslogtreecommitdiffstats
path: root/development/neovim/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/neovim/README')
-rw-r--r--development/neovim/README12
1 files changed, 9 insertions, 3 deletions
diff --git a/development/neovim/README b/development/neovim/README
index ee3c7e4d5d..f5294d4ff6 100644
--- a/development/neovim/README
+++ b/development/neovim/README
@@ -2,6 +2,12 @@ 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
+* Enable advanced UIs without modifications to the core
+* Maximize extensibility
+
+Optional run-time dependencies:
+* python3-neovim and python2-neovim: for python 3/2 plugin support;
+* xclip or xsel: for X11 clipboard support;
+* wl-clipboard: for clipboard support on wayland
+
+lua, lua-mpack, lua-lpeg, LuaBitOp are needed only at build time.