Merge branch 'master' of ssh://gitlab.ahoskingit.com:9022/ahosking/dotfiles

This commit is contained in:
Alexander Hosking 2017-06-07 14:11:43 -04:00
commit 29246ff2d4

View File

@ -1,5 +1,5 @@
set nocompatible " get rid of Vi compatibility mode. SET FIRST!
filetype off
filetype plugin indent on
" set the runtime path to include vundle
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()