Add a plugin I now have mental bandwidth to learn.

This commit is contained in:
Thomas Gideon 2015-03-27 11:26:45 -04:00
parent 2650aa5ccc
commit 27eae4d6ce

View file

@ -26,6 +26,8 @@ Plugin 'derekwyatt/vim-scala'
Plugin 'derekwyatt/vim-sbt'
" file and dir browser
Plugin 'scrooloose/nerdtree'
" syntax checking on steroids
Plugin 'scrooloose/syntastic'
" integrate ack, especially to be able to open matches, hugely useful for
" re-factoring
Plugin 'mileszs/ack.vim'