commit cda8ce54d515cec4334874a9be71ce957d75bb06
parent 7f08cb3db93e566cb7bd057bc97ea36a0b19d00e
Author: Chris Bracken <chris@bracken.jp>
Date: Sat, 4 May 2019 08:54:21 -0700
Set path+=** to allow better find
This allows the `find` command to recursively search subdirectories of
`pwd`.
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/.vim/vimrc b/.vim/vimrc
@@ -17,6 +17,9 @@ 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