[vim] Autoload everything except vundle

This commit is contained in:
Vladan Popovic 2019-08-26 01:26:18 +02:00
parent 4987a2e208
commit 2bbe2d34e4
5 changed files with 14 additions and 5 deletions

View file

@ -29,5 +29,7 @@ Plugin 'Rykka/riv.vim' " rst formatter and highlighter
Plugin 'vim-scripts/indentpython.vim'
" Async Lint Engine
Plugin 'w0rp/ale'
" Git
Plugin 'airblade/vim-gitgutter'
call vundle#end()