mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 00:10:07 +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_cpp_enabled_makers = ['clang']
|
||||
endif
|
||||
let g:neomake_c_gcc_remove_invalid_entries = 1
|
||||
let g:chromatica#enable_at_startup = 0
|
||||
let g:clighter_autostart = 0
|
||||
augroup SpaceVim_lang_c
|
||||
|
Loading…
Reference in New Issue
Block a user