try out neomake
This commit is contained in:
parent
66aad91e9c
commit
7f49c26753
1 changed files with 5 additions and 1 deletions
|
|
@ -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=","
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue