diff --git a/vim-files/vimrc b/vim-files/vimrc index 0319e5b..042960c 100644 --- a/vim-files/vimrc +++ b/vim-files/vimrc @@ -42,7 +42,8 @@ Plugin 'tpope/vim-rails' Plugin 'tpope/vim-endwise' -Plugin 'scrooloose/syntastic' +"Plugin 'scrooloose/syntastic' +Plugin 'benekastah/neomake' Plugin 'Valloric/YouCompleteMe' Plugin 'kchmck/vim-coffee-script' @@ -89,6 +90,9 @@ let g:indent_guides_start_level = 2 let g:syntastic_quiet_messages = {'level': []} " do NOT silence warnings let g:syntastic_aggregate_errors = 1 +"Neomake +autocmd! BufWritePost * Neomake + """" END PLUGIN SETTINGS let mapleader=","