mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-02-24 01:59:28 +08:00
Plugins: grep tools
This commit is contained in:
parent
6e55e7a85c
commit
7b8bf4943d
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user