convert to vundle
This commit is contained in:
parent
7ed2df98b6
commit
b5a5ab4d5b
14 changed files with 1997 additions and 2 deletions
8
.vim/bundle/Vundle.vim/test/minirc.vim
Normal file
8
.vim/bundle/Vundle.vim/test/minirc.vim
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
set nocompatible
|
||||
syntax on
|
||||
filetype off
|
||||
set rtp+=~/.vim/bundle/Vundle.vim/
|
||||
call vundle#rc()
|
||||
Bundle 'gmarik/Vundle.vim'
|
||||
filetype plugin indent on
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue