1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-13 02:05:40 +08:00

Fix project support

This commit is contained in:
wsdjeg 2017-12-25 23:08:08 +08:00
parent 01058be15c
commit e465c6d5e6

View File

@ -1,4 +1,4 @@
let g:rooter_patterns = get(g:, 'rooter_patterns', [])
let g:rooter_patterns = get(g:, 'rooter_patterns', ['.git', '.git/', '_darcs/', '.hg/', '.bzr/', '.svn/'])
if index(g:spacevim_plugin_groups, 'lang#c') != -1
call add(g:rooter_patterns, '.clang')
endif