mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 15:50:04 +08:00
5 lines
152 B
VimL
5 lines
152 B
VimL
|
let g:rooter_patterns = get(g:, 'rooter_patterns', [])
|
||
|
if index(g:spacevim_plugin_groups, 'lang#c') != -1
|
||
|
call add(g:rooter_patterns, '.clang')
|
||
|
endif
|