myshellconfig/vim/bundle/Vundle.vim/test/minirc.vim

10 lines
170 B
VimL
Raw Normal View History

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