Add a plugin I now have mental bandwidth to learn.
This commit is contained in:
parent
2650aa5ccc
commit
27eae4d6ce
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ Plugin 'derekwyatt/vim-scala'
|
||||||
Plugin 'derekwyatt/vim-sbt'
|
Plugin 'derekwyatt/vim-sbt'
|
||||||
" file and dir browser
|
" file and dir browser
|
||||||
Plugin 'scrooloose/nerdtree'
|
Plugin 'scrooloose/nerdtree'
|
||||||
|
" syntax checking on steroids
|
||||||
|
Plugin 'scrooloose/syntastic'
|
||||||
" integrate ack, especially to be able to open matches, hugely useful for
|
" integrate ack, especially to be able to open matches, hugely useful for
|
||||||
" re-factoring
|
" re-factoring
|
||||||
Plugin 'mileszs/ack.vim'
|
Plugin 'mileszs/ack.vim'
|
||||||
|
|
Loading…
Reference in a new issue