set Vundle
This commit is contained in:
parent
5f398fe0a9
commit
dcb7da949a
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -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
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue