mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-15 19:45:46 +08:00
Fix project support
This commit is contained in:
parent
01058be15c
commit
e465c6d5e6
@ -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
|
if index(g:spacevim_plugin_groups, 'lang#c') != -1
|
||||||
call add(g:rooter_patterns, '.clang')
|
call add(g:rooter_patterns, '.clang')
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user