1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 12:50:04 +08:00

Fix neomake support

This commit is contained in:
wsdjeg 2017-01-07 23:02:17 +08:00
parent 67518d831d
commit 443bc9cd24

View File

@ -1,4 +1,6 @@
augroup Neomake_wsd
au!
autocmd! BufWritePost * Neomake
augroup END
if get(g:, 'spacevim_lint_on_save', 0)
augroup Neomake_wsd
au!
autocmd! BufWritePost * Neomake
augroup END
endif