diff options
author | Teddy Wing | 2015-07-06 00:20:39 -0400 |
---|---|---|
committer | Teddy Wing | 2015-07-06 00:20:39 -0400 |
commit | 7075b8b4562aa0472dcbe1c91da736a3ec298d6a (patch) | |
tree | c24803ee7ad31a83cc645f40e677d03babdceff3 | |
parent | 52927a37be4b978417c7835cebeed975ef90e0ca (diff) | |
download | dotvim-7075b8b4562aa0472dcbe1c91da736a3ec298d6a.tar.bz2 |
README: Remove EasyGrep from plugin list
Now that I've removed EasyGrep in
52927a37be4b978417c7835cebeed975ef90e0ca, remove it from the README's
plugin list.
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -26,7 +26,6 @@ Currently requires: * [Command-T](https://github.com/wincent/Command-T): easy file loading * [NerdTree](https://github.com/scrooloose/nerdtree): pleasant file browser * [PreserveNoEOL](https://github.com/vim-scripts/PreserveNoEOL/): preserve EOLs -* [EasyGrep](https://github.com/vim-scripts/EasyGrep): easy find and replace in project * [Indent Guides](https://github.com/nathanaelkane/vim-indent-guides): show tab stops * [camelcasemotion](https://github.com/vim-scripts/camelcasemotion): move inside camelcase and underscored words * [Gundo](http://sjl.bitbucket.org/gundo.vim/): visual view of vim's undo tree |