mirror of
1
0
Fork 0

set Vundle

This commit is contained in:
jokang 2017-12-29 11:13:32 +08:00
parent 5f398fe0a9
commit dcb7da949a
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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')