Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/taoso/ag.vim

simple plugin for ag/rg
https://github.com/taoso/ag.vim

ag neovim ripgrep vim

Last synced: 9 days ago
JSON representation

simple plugin for ag/rg

Awesome Lists containing this project

README

        

# ag

Simple plugin for ag/rg.

Only support neovim now. All PRs are welcome.

# Usage

```viml
" search Ag
call ag#search('Ag\b')
" or
:Ag Ag\b
" only search markdown
:Ag Ag\b --md
" only search markdown for rg
:Ag Ag\b -t md
```

# Use rg

```viml
let g:ag_cli = rg
```

# todo

- [ ] support vim