Skip to content

Commit

Permalink
feature: Run Neomake on every write
Browse files Browse the repository at this point in the history
  • Loading branch information
jvortmann committed Apr 12, 2017
1 parent da4f66a commit 45071c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf/plugins/settings/neomake.settings
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ let g:neomake_message_sign = {'text': '>', 'texthl': 'DiffAdd'}
let g:neomake_info_sign = {'text': 'i', 'texthl': 'DiffText'}

let g:neomake_javascript_enabled_makers = ['jshint', 'eslint']

autocmd! BufWritePost * Neomake

0 comments on commit 45071c3

Please sign in to comment.