-
Notifications
You must be signed in to change notification settings - Fork 64
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
Telescope live_grep with args #99
Comments
There is already something like this in this config. |
Lines 385 to 388 in 57b2433
|
Turns out that abzcoding uses that extension. 😂 |
Oh wow that was about to be expected ! I really have to look for all of the features packed in this config 😆 |
You're welcome mate <3 |
I need sometimes to search large codebases and lack the ability to filter by filetype and/or location, temporary search inside ignored files...
I found this plugin for Telescope (from the official Telescope org repo) that allows to pass args to
rg
finderhttps://github.com/nvim-telescope/telescope-live-grep-args.nvim
For example inside telescope you could type :
'state' utils -trust
=> this searches the word state inside folder utils only in rust filetypes
Here is a ripgrep guide (for reference args possibilities)
https://github.com/BurntSushi/ripgrep/blob/master/GUIDE.md
In second time there is an interesting issue with POCs to be able to search word under cursor, or even search inside the focused directory in nvim-tree.
nvim-telescope/telescope-live-grep-args.nvim#14
Would you be interested in this plugin ?
The text was updated successfully, but these errors were encountered: