mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:40:06 +08:00
7 lines
137 B
VimL
7 lines
137 B
VimL
if get(g:, 'spacevim_lint_on_save', 0)
|
|
augroup Neomake_wsd
|
|
au!
|
|
autocmd! BufWritePost * Neomake
|
|
augroup END
|
|
endif
|