Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oncomouse/vim-grep


https://github.com/oncomouse/vim-grep

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# oncomouse's Grep plugin

Based on [romainl's discussion of `:Grep`](https://gist.github.com/romainl/56f0c28ef953ffc157f36cc495947ab3) but with async support in Neovim.

## Usage

* `:Grep` / `:LGrep` -- Search using `&grepprg` (I recommend ripgrep or silversearcher) for the provided pattern.

The plugin will also open the relevant list (quickfix or location) when the command is complete.