From 24d36ec53f8745a92d442d4511a4837f1ddbc087 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 6 Jul 2015 00:25:15 -0400 Subject: vimrc: Remove EasyGrep configuration Now that I removed the EasyGrep plugin (52927a37be4b978417c7835cebeed975ef90e0ca), we no longer need to set its configuration options. --- vimrc | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index c87f6e0..cb452d1 100644 --- a/vimrc +++ b/vimrc @@ -278,6 +278,9 @@ " 2015.06.04: " * Add or mapping to open the current file in ranger. " +" 2015.07.06: +" * Remove EasyGrep configuration now that I've removed the plugin. +" " Pathogen @@ -438,14 +441,6 @@ nnoremap f :NERDTreeToggle let g:PreserveNoEOL = 1 -" EasyGrep -let g:EasyGrepCommand = 1 " Use grep instead of vimgrep -let g:EasyGrepRecursive = 1 " Recursive search enabled -let g:EasyGrepEveryMatch = 1 " Multiple matches on the same line are distinct -let g:EasyGrepIgnoreCase = 1 -let g:EasyGrepReplaceAllPerFile = 1 - - " Indent Guides let g:indent_guides_guide_size = 1 " Set guide size to 1 column let g:indent_guides_default_mapping = 0 " Remove default ig mapping -- cgit v1.2.3