From ccc5f4f7491b682fea0a511fb17044b9d914fcbc Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Mon, 5 Feb 2018 10:27:59 +0100 Subject: [PATCH] Be silent when automatically changing project root dir --- .vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vimrc b/.vimrc index 6fb483e..a191c8b 100644 --- a/.vimrc +++ b/.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