test/vimrc
This commit is contained in:
parent
593b08b63d
commit
1cc7ab3dfd
12
test/vimrc
12
test/vimrc
@ -1,13 +1,19 @@
|
|||||||
" vim -u test/vimrc
|
" vim -u test/vimrc
|
||||||
set nocompatible
|
set nocompatible
|
||||||
|
|
||||||
|
let root = '/tmp/vundle_bundles/'
|
||||||
|
if !isdirectory(expand(root).'/vundle')
|
||||||
|
exec '!git clone http://github.com/gmarik/vundle.git '.root.'/vundle'
|
||||||
|
endif
|
||||||
|
|
||||||
filetype off
|
filetype off
|
||||||
|
|
||||||
runtime macros/matchit.vim
|
runtime macros/matchit.vim
|
||||||
set rtp+=~/.vim/vundle.git/
|
|
||||||
|
|
||||||
call vundle#rc('/tmp/vundle_bundles')
|
exec 'set rtp+='.root.'/vundle'
|
||||||
|
|
||||||
silent BundleClean!
|
|
||||||
|
call vundle#rc(root)
|
||||||
|
|
||||||
" vim-scripts name
|
" vim-scripts name
|
||||||
Bundle 'molokai'
|
Bundle 'molokai'
|
||||||
|
Loading…
Reference in New Issue
Block a user