diff options
author | Teddy Wing | 2015-07-06 00:25:15 -0400 |
---|---|---|
committer | Teddy Wing | 2015-07-06 00:25:15 -0400 |
commit | 24d36ec53f8745a92d442d4511a4837f1ddbc087 (patch) | |
tree | d6a2a2ebe12afe0a8b9aa2d4d8e6f6b533942458 | |
parent | 7075b8b4562aa0472dcbe1c91da736a3ec298d6a (diff) | |
download | dotvim-24d36ec53f8745a92d442d4511a4837f1ddbc087.tar.bz2 |
vimrc: Remove EasyGrep configuration
Now that I removed the EasyGrep plugin
(52927a37be4b978417c7835cebeed975ef90e0ca), we no longer need to set its
configuration options.
-rw-r--r-- | vimrc | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -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 |