vim: add indentLine plugin

master
Guillaume DOTT 2013-04-02 09:27:06 +02:00
parent 22457302d5
commit 31070ceabe
1 changed files with 1 additions and 0 deletions

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'