mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Include Vundle if it's on the machine I'm on.
This commit is contained in:
10
vimrc
10
vimrc
@@ -1,5 +1,15 @@
|
||||
" Allow full use of vim options
|
||||
set nocompatible
|
||||
|
||||
" Enable Vundle if installed
|
||||
if filereadable(glob("~/.vim/bundle/Vundle.vim/README.md"))
|
||||
filetype off
|
||||
set rtp+=~/.vim/bundle/Vundle.vim
|
||||
call vundle#begin()
|
||||
Plugin 'gmarik/Vundle.vim'
|
||||
call vundle#end()
|
||||
endif
|
||||
|
||||
" Autoindentation
|
||||
set autoindent
|
||||
" Use same indentation style as above file
|
||||
|
||||
Reference in New Issue
Block a user