Added local copy of scala plugin. Full thing is too heavy. Added syntastic. Removed minibufexpl

This commit is contained in:
Vasili Sviridov
2012-08-14 21:48:49 -07:00
parent 13b47f1975
commit 27868b8b80
10 changed files with 333 additions and 1 deletions

5
vimrc
View File

@@ -52,3 +52,8 @@ if has("gui_running")
else
let g:Powerline_symbols = 'fancy'
endif
if exists("g:loaded_syntastic_c_autoload")
nmap <leader>c SyntasticCheck
nmap <leader>e Errors
endif