mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 22:55:10 +01:00
Be silent when automatically changing project root dir
This commit is contained in:
2
.vimrc
2
.vimrc
@@ -75,6 +75,8 @@ autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTree
|
||||
" Rooter changes the working directory to the project root when you open a
|
||||
" file or directory. Useful when using fzf for example.
|
||||
Plugin 'airblade/vim-rooter'
|
||||
" Do not echo the project directory
|
||||
let g:rooter_silent_chdir = 1
|
||||
|
||||
|
||||
" Full path fuzzy file, buffer, mru, tag, ... finder
|
||||
|
||||
Reference in New Issue
Block a user