mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 10:40:04 +08:00
Fix up
This commit is contained in:
parent
a51dd61d2b
commit
3014612234
@ -103,7 +103,7 @@ function! s:update_clang_flag() abort
|
||||
endif
|
||||
endfunction
|
||||
|
||||
if g:spacevim_enable_neomake
|
||||
if g:spacevim_enable_neomake && g:spacevim_enable_ale == 0
|
||||
function! s:update_checkers_argv(argv, fts) abort
|
||||
for ft in a:fts
|
||||
let g:neomake_{ft}_clang_maker = {
|
||||
|
Loading…
Reference in New Issue
Block a user