Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oncomouse/vim-grep
https://github.com/oncomouse/vim-grep
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oncomouse/vim-grep
- Owner: oncomouse
- Created: 2021-04-25T14:33:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-24T15:37:29.000Z (over 3 years ago)
- Last Synced: 2024-06-10T01:39:18.007Z (5 months ago)
- Language: Vim script
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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.