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:
parent
e229d8cfee
commit
58c091d193
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue