1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 10:30:05 +08:00

Add .projections.json

This commit is contained in:
wsdjeg 2017-12-26 22:16:52 +08:00
parent 271b35c8d0
commit fd74e124f4

View File

@ -2,3 +2,4 @@ let g:rooter_patterns = get(g:, 'rooter_patterns', ['.git', '.git/', '_darcs/',
if index(g:spacevim_plugin_groups, 'lang#c') != -1
call add(g:rooter_patterns, '.clang')
endif
call add(g:rooter_patterns, '.projections.json')