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

https://github.com/pablopunk/better-grep.vim

Better :grep for vim
https://github.com/pablopunk/better-grep.vim

Last synced: 5 months ago
JSON representation

Better :grep for vim

Awesome Lists containing this project

README

          

# Better grep

Use `` or write `:Grep` to start a search on your project. It uses `ripgrep` [command](https://github.com/BurntSushi/ripgrep) to displays results in the quickfix window (`:copen`).

## Install

I use [vim-plug](https://github.com/junegunn/vim-plug)

```vim
Plug 'pablopunk/better-grep.vim'
```

## Related

* [Better find](https://github.com/pablopunk/better-find.vim)
* [My dotfiles](https://github.com/pablopunk/dotfiles)