commit 4c7fa0f4deb1f0afdfff2db1abd8ba1b078213c5
parent 89509962cb89f74267686a8b439cbcbc134af17b
Author: Chris Bracken <chris@bracken.jp>
Date: Tue, 23 Jul 2019 17:07:33 +0900
Don't set path to **
This utterly kills performance. To experience this, try running
`:checkpath!` with path set to ** vs default.
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/.vim/vimrc b/.vim/vimrc
@@ -17,9 +17,6 @@ Plugin 'google/vim-ft-bzl'
call vundle#end()
filetype plugin indent on
-" Tell find command to search subdirectories
-set path+=**
-
" Bind fancier manpage plugin to Shift-k
runtime ftplugin/man.vim
set keywordprg=:Man