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:
parent
67518d831d
commit
443bc9cd24
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user