1
0
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:
Wang Shidong 2020-09-28 23:08:35 +08:00 committed by GitHub
parent 36693a3bbc
commit 93e99def45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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