[vim]: Install DrawIt and ion shell highlight

This commit is contained in:
Vladan Popovic 2019-12-15 01:44:11 +01:00
parent 82956238f5
commit cb767f4766
1 changed files with 5 additions and 0 deletions

View File

@ -31,5 +31,10 @@ Plugin 'vim-scripts/indentpython.vim'
Plugin 'w0rp/ale'
" Git
Plugin 'airblade/vim-gitgutter'
" Drawing ASCII
Plugin 'vim-scripts/DrawIt'
" Highlight ion shell scripts
Plugin 'vmchale/ion-vim'
call vundle#end()