1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-12 09:35:40 +08:00

7 lines
137 B
VimL
Raw Normal View History

2017-01-07 23:02:17 +08:00
if get(g:, 'spacevim_lint_on_save', 0)
augroup Neomake_wsd
au!
autocmd! BufWritePost * Neomake
augroup END
endif