From 7f49c2675306454e1ff3e8540a847c20389de514 Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Wed, 2 Dec 2015 18:22:25 -0800 Subject: [PATCH] try out neomake --- vim-files/vimrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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=","