mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 08:48:27 -05:00
6 lines
267 B
VimL
6 lines
267 B
VimL
|
let g:rooter_patterns = ['.git', 'Makefile', '_darcs', '.hg', '.bzr', '.svn', '*.pro', '.projectile', 'Dockerfile']
|
||
|
let g:rooter_change_directory_for_non_project_files = 'current'
|
||
|
let g:rooter_silent_chdir = 1
|
||
|
let g:rooter_resolve_links = 1
|
||
|
let g:rooter_cd_cmd='lcd'
|