mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-31 16:20:59 +08:00
Remove invalid lines of gcc maker (#3846)
This commit is contained in:
parent
36693a3bbc
commit
93e99def45
@ -128,6 +128,7 @@ function! SpaceVim#layers#lang#c#config() abort
|
|||||||
let g:neomake_c_enabled_makers = ['clang']
|
let g:neomake_c_enabled_makers = ['clang']
|
||||||
let g:neomake_cpp_enabled_makers = ['clang']
|
let g:neomake_cpp_enabled_makers = ['clang']
|
||||||
endif
|
endif
|
||||||
|
let g:neomake_c_gcc_remove_invalid_entries = 1
|
||||||
let g:chromatica#enable_at_startup = 0
|
let g:chromatica#enable_at_startup = 0
|
||||||
let g:clighter_autostart = 0
|
let g:clighter_autostart = 0
|
||||||
augroup SpaceVim_lang_c
|
augroup SpaceVim_lang_c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user