Files
dotfiles/.vim/bundle/Vundle.vim/test/minirc.vim
T
Adam Lamers 45ad48c3fd vundle files
2015-01-23 15:40:47 -06:00

9 lines
146 B
VimL

set nocompatible
syntax on
filetype off
set rtp+=~/.vim/bundle/Vundle.vim/
call vundle#rc()
Bundle 'gmarik/Vundle.vim'
filetype plugin indent on