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
- Host: GitHub
- URL: https://github.com/pablopunk/better-grep.vim
- Owner: pablopunk
- Created: 2020-12-27T19:17:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-31T11:30:41.000Z (about 4 years ago)
- Last Synced: 2024-10-19T08:58:36.550Z (over 1 year ago)
- Language: Vim script
- Homepage: https://pablopunk.com/posts/file-finder-and-project-search-in-vim-without-any-plugins
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)