diff --git a/README.md b/README.md index acbc8b0..ef452ba 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ #### [List of plugins](#list-of-plugins-1) - [Navigation](#navigation) - [Fuzzy finders](#fuzzy-finders) +- [Grep tools](#grep-tools) - [Code completion](#code-completion) - [Delimiter](#delimiter) - [Version control](#version-control) @@ -352,6 +353,13 @@ Also see [fuzzy finders](#fuzzy-finders). - [fzf](https://github.com/junegunn/fzf) - [unite](https://github.com/Shougo/unite.vim) +#### Grep tools + +- [ack](https://github.com/mileszs/ack.vim) +- [ag](https://github.com/rking/ag.vim) +- [grepper](https://github.com/mhinz/vim-grepper) (tries to supercede all other + grep plugins :-)) + #### Code completion - [neocomplete](https://github.com/Shougo/neocomplete.vim)