From e5a4dfe72e55f67fd7fbb523d4eebae35ceb29b4 Mon Sep 17 00:00:00 2001 From: Gianluca Date: Mon, 26 Aug 2013 11:35:53 +0200 Subject: [PATCH] vim runtime directory path, working on Windows I couldn't use Vundle onWindows until I cheanged the rtp path setting --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 508b266..feae276 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,9 @@ (or `vim +BundleInstall +qall` for CLI lovers) *Windows users* see [Vundle for Windows](https://github.com/gmarik/vundle/wiki/Vundle-for-Windows) + and set vim runtime directory in your _vimrc using + + set rtp+=$HOME/vimfiles/bundle/vundle/ Installing requires [Git] and triggers [Git clone](http://gitref.org/creating/#clone) for each configured repo to `~/.vim/bundle/`.