Allows for file plugin indentation

This commit is contained in:
Alexander Hosking 2017-06-01 10:35:41 -04:00
parent 870f198b22
commit 54bcb5af53

View File

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