summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-10-26 20:50:50 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2016-10-26 20:50:50 +0200
commit30175f278079a3da2cbc61628a2d462524328dc5 (patch)
treee54aa3fa446d97ce98fe6afae1f54294552a2ec9 /README.md
parentc2627b56ac18e820b899bcfcc68534f98dcf4e78 (diff)
Explain vim-plug and make vimcom
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index df7a56e..7435dc6 100644
--- a/README.md
+++ b/README.md
@@ -7,3 +7,19 @@ git clone https://github.com/jranke/dotfiles
cd dotfiles
make
```
+
+This will download the [vim-plug](https://github.com/junegunn/vim-plug) plugin
+manager from github if not already present at .vim/autoload. To install the
+plugins, open vim and type
+
+```vim
+:PlugInstall
+```
+
+For vim versions <= 7.4.1453 (but > 7.4) the legacy vim plugin
+Vim-R-plugin version 1.2.8 will be configured for vim-plug.
+To install the corresponding vimcom package from github, type
+
+```bash
+make vimcom
+```

Contact - Imprint