vim-ripgrep icon indicating copy to clipboard operation
vim-ripgrep copied to clipboard

Use RipGrep in Vim and display results in a quickfix list

Results 35 vim-ripgrep issues
Sort by recently updated
recently updated
newest added

Hi, I have a problem where any search string supplied to the `:Rg` command will result in `No match found for `. I installed `ripgrep` with `cargo install ripgrep` and...

So that seaches like `:Rg matchit\# $VIMRUNTIME` are possible. Escaping theses characters is necessary because `:grep` is a Command-line command after all, therefore '#' is a special character and is...

Hi, thanks for the plugin. Just upgrading from `Ack` vim. Came across a namespace clash and I'd like to add a bit of information to help anyone else stumbling on...

![image](https://user-images.githubusercontent.com/20600565/144840568-88c385c8-b29e-4612-835f-8a5ba7768a9a.png) ``` $ rg --version || ripgrep 12.1.0 || -SIMD -AVX (compiled) || +SIMD +AVX (runtime) NVIM v0.6.0-dev ```

Current `shellpipe="&>"` is incompatible with fish which results in error something like: ``` fish: Expected a command, but instead found a redirection rg --vimgrep -i foo &> /var/folders/4z/bxmdspnn5qs9x0bbz8w7cbrw0000gn/T/nvimzCL1HW/4 ``` fish...

Hi, i have added dependecies section in readme. It got me confused that my zsh is complaining about missing 'rg' binary. This should make it clearer. Thanks

Happy to update the docs with this info if anyone can point in the right direction. Outside of Vim you can do `rg sausages -tcss` to search for sausages in...

Long time user of this plugin. I've recently encountered a new error. Trying to open a search result item shows: ``` Error detected while processing function 80_call: line 3: The...

I'm coming from [ag.vim (deprecated)](https://github.com/rking/ag.vim), which has some excellent [keyboard shortcuts for the quickfix list](https://github.com/rking/ag.vim#keyboard-shortcuts): ``` e to open file and close the quickfix window o to open (same as...

* Adds an option to customize the syntax highlighting in the quickfix window * Cleans up README a bit * vim-ripgrep no longer inserts the query into the `/` register...