From cb767f4766543f40607dc8abfa4baec3d74c41a1 Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Sun, 15 Dec 2019 01:44:11 +0100 Subject: [PATCH] [vim]: Install DrawIt and ion shell highlight --- .vim/vundlerc.vim | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.vim/vundlerc.vim b/.vim/vundlerc.vim index 2e12f34..be9b1b0 100644 --- a/.vim/vundlerc.vim +++ b/.vim/vundlerc.vim @@ -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()