Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/taoso/ag.vim
- Owner: taoso
- License: mit
- Created: 2021-11-06T15:01:08.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-09T01:15:10.000Z (about 3 years ago)
- Last Synced: 2024-11-11T08:39:03.954Z (2 months ago)
- Topics: ag, neovim, ripgrep, vim
- Language: Vim script
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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