Commented out some "required" lines

Seems like some of the Vundle required vimscript was fucking up my autoindenting. Commented them out, /seems/ like it's working fine.
This commit is contained in:
Josh Sherman 2013-12-15 08:42:07 -05:00
parent e229d8cfee
commit 58c091d193

View file

@ -1,5 +1,5 @@
set nocompatible
filetype off " required by Vundle
"filetype off " required by Vundle
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
@ -20,7 +20,7 @@ Bundle 'random.vim'
Bundle 'Command-T'
Bundle 'SearchComplete'
filetype plugin indent on " Also required by Vundle
"filetype indent plugin on " Also required by Vundle
" Supposed to fix https://github.com/millermedeiros/vim-statline/issues/6
let g:statline_syntastic = 0