vim

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

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

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