vim: add indentLine plugin

This commit is contained in:
Guillaume DOTT 2013-04-02 09:27:06 +02:00
parent 22457302d5
commit 31070ceabe

View File

@ -28,6 +28,7 @@ if filereadable(expand("$HOME/.vim/bundle/vundle/README.md"))
Bundle 'Lokaltog/vim-easymotion'
Bundle 'ton/vim-bufsurf'
Bundle 'jeffkreeftmeijer/vim-numbertoggle'
Bundle 'Yggdroot/indentLine'
Bundle 'airblade/vim-gitgutter'
Bundle 'tpope/vim-fugitive'