Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ripgrep support #657

Closed
6 of 9 tasks
ksantr opened this issue Jun 19, 2018 · 3 comments
Closed
6 of 9 tasks

Ripgrep support #657

ksantr opened this issue Jun 19, 2018 · 3 comments

Comments

@ksantr
Copy link

ksantr commented Jun 19, 2018

  • Category
    • Question
    • Bug
    • Suggestion
  • OS
    • Linux
    • macOS
    • Windows
    • Etc.
  • Vim
    • Vim
    • Neovim

For me ag is working very strangely, for really big project it's very slow. I prefer to use ctags, but I'm not sure that ctags in fzf regenerates new tags after updates. What about ripgrep? It's incredibly fast.

@junegunn
Copy link
Owner

@devth
Copy link

devth commented Oct 29, 2018

How do you use rg for :Files though? I can't seem to find the right rg options to make it work.

Tried:

export FZF_DEFAULT_COMMAND='rg --line-number --color never --no-heading ""'

@thepenguinthatwants
Copy link

How do you use rg for :Files though? I can't seem to find the right rg options to make it work.

Tried:

export FZF_DEFAULT_COMMAND='rg --line-number --color never --no-heading ""'

let $FZF_DEFAULT_COMMAND='rg --files'
Not sure if it really uses rg but I am using this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants