From b703371a6dae97463fba3938649a33b135e1477a Mon Sep 17 00:00:00 2001 From: Wryn Wagner Date: Tue, 1 Sep 2020 23:10:31 +0000 Subject: [PATCH] commented out command-t plugin. Going to see if workflow is better with built-in :find --- vim/vundle.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vundle.vim b/vim/vundle.vim index aaf2a76..134031d 100644 --- a/vim/vundle.vim +++ b/vim/vundle.vim @@ -13,7 +13,7 @@ Plugin 'VundleVim/Vundle.vim' " <======================================================> " <==== Insert plugins here =============================> " command-t ( - Plugin 'git://git.wincent.com/command-t.git' +" Plugin 'git://git.wincent.com/command-t.git' " tpope/surround Plugin 'tpope/vim-surround' " nerdtree