From bb1727c530fd63a07357b23119d1dbf60f6ca842 Mon Sep 17 00:00:00 2001 From: nwuensche Date: Sun, 26 Feb 2017 11:02:46 +0100 Subject: [PATCH] Write how to install plugin on Linux on Website. --- docs/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/index.md b/docs/index.md index 1503d38e5..b68e4d2dc 100644 --- a/docs/index.md +++ b/docs/index.md @@ -35,6 +35,8 @@ for more info about the install script, please check: curl -sLf https://spacevim.org/install.sh | bash -s -- -h ``` +Before you use SpaceVim, you should install the plugin by executing `:call dein#install()` in (neo-)vim. + ### windows support - For vim in windows, please just clone this repo as vimfiles in you Home directory.