diff --git a/.gitignore b/.gitignore index 5c89661e..d123083a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,6 @@ sources_forked/yankring/doc/tags sources_non_forked/tlib/doc/tags sources_non_forked/ctrlp.vim/doc/tags* my_plugins/ +bundle/ tags .DS_Store diff --git a/my_configs.vim b/my_configs.vim index 81a6ef22..a4722e31 100644 --- a/my_configs.vim +++ b/my_configs.vim @@ -20,7 +20,7 @@ set nocompatible " be iMproved, required filetype off " required " set the runtime path to include Vundle and initialize -set rtp+=~/.vim_runtime/my_plugins/Vundle.vim +set rtp+=~/.vim_runtime/bundle/Vundle.vim call vundle#begin('~/.vim_runtime/bundle') " alternatively, pass a path where Vundle should install plugins "call vundle#begin('~/some/path/here')