aboutsummaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc11
1 files changed, 3 insertions, 8 deletions
diff --git a/vimrc b/vimrc
index c87f6e0..cb452d1 100644
--- a/vimrc
+++ b/vimrc
@@ -278,6 +278,9 @@
" 2015.06.04:
" * Add <leader>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 <leader>f :NERDTreeToggle<cr>
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 <leader>ig mapping