vim

vim config files
git clone https://git.bracken.jp/vim.git
Log | Files | Refs | LICENSE

commit 764d343aa7461b017db89b43bce9a39ed93e3729
parent 6fb765f9ea3e6689ec45b284bd4f99610efa38c7
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:
Mvimrc | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/vimrc b/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