1
0
Fork 0
mirror of synced 2024-06-16 05:51:11 -04:00

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/tlib/doc/tags
sources_non_forked/ctrlp.vim/doc/tags* sources_non_forked/ctrlp.vim/doc/tags*
my_plugins/ my_plugins/
bundle/
tags tags
.DS_Store .DS_Store

View file

@ -20,7 +20,7 @@ set nocompatible " be iMproved, required
filetype off " required filetype off " required
" set the runtime path to include Vundle and initialize " 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') call vundle#begin('~/.vim_runtime/bundle')
" alternatively, pass a path where Vundle should install plugins " alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here') "call vundle#begin('~/some/path/here')