Plugins: grep tools

This commit is contained in:
Marco Hinz 2016-01-05 18:05:43 +01:00
parent 6e55e7a85c
commit 7b8bf4943d

View File

@ -23,6 +23,7 @@
#### [List of plugins](#list-of-plugins-1) #### [List of plugins](#list-of-plugins-1)
- [Navigation](#navigation) - [Navigation](#navigation)
- [Fuzzy finders](#fuzzy-finders) - [Fuzzy finders](#fuzzy-finders)
- [Grep tools](#grep-tools)
- [Code completion](#code-completion) - [Code completion](#code-completion)
- [Delimiter](#delimiter) - [Delimiter](#delimiter)
- [Version control](#version-control) - [Version control](#version-control)
@ -352,6 +353,13 @@ Also see [fuzzy finders](#fuzzy-finders).
- [fzf](https://github.com/junegunn/fzf) - [fzf](https://github.com/junegunn/fzf)
- [unite](https://github.com/Shougo/unite.vim) - [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 #### Code completion
- [neocomplete](https://github.com/Shougo/neocomplete.vim) - [neocomplete](https://github.com/Shougo/neocomplete.vim)