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:
parent
271b35c8d0
commit
fd74e124f4
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user