From 1794a0c5b4ec1731c12a8d7a653d4138e49d953e Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 13 Aug 2017 15:24:06 -0700 Subject: [PATCH] . --- .vim/plugins.vim | 3 --- 1 file changed, 3 deletions(-) diff --git a/.vim/plugins.vim b/.vim/plugins.vim index c255394..da32063 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -2,9 +2,6 @@ runtime bundle/vim-pathogen/autoload/pathogen.vim execute pathogen#infect() -" ag.vim -let g:ag_working_path_mode="r" - " ctrlp.vim let g:ctrlp_cmd = 'CtrlPMixed' let g:ctrlp_working_path_mode = 'ra'