Make vim-rooter manual.
dblume

dblume commited on 2022-10-02 14:34:29
Showing 1 changed files, with 2 additions and 0 deletions.

... ...
@@ -364,3 +364,5 @@ let g:airline#extensions#wordcount#enabled = 0
364 364
 
365 365
 " Experimenting with vim-rooter
366 366
 let g:rooter_patterns = ['.git', 'Makefile', 'builds/']
367
+let g:rooter_cd_cmd = 'lcd'
368
+let g:rooter_manual_only = 1
367 369