vundle/test/minirc.vim
Nate Fischer 11fdc428fe Update repository references throughout documentation. Also, fixed an
incorrect URL and updated references to ':Bundle' commands to ':Plugin'
commands
2015-10-23 10:43:15 -07:00

10 lines
170 B
VimL

set nocompatible
syntax on
filetype off
set rtp+=~/.vim/bundle/Vundle.vim/
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
call vundle#end()
filetype plugin indent on