-
I'm migrating from fzf-vim and one of my more common searches I did was to search for a filepath, as well as search for some code. eg:
How can I enable this on one of the search settings (preferably project)? |
Beta Was this translation helpful? Give feedback.
Answered by
ibhagwan
Nov 6, 2024
Replies: 2 comments
-
grep_project excludes file path for convenience, use grep with empty search string and you’ll be able to search the paths: :lua require'fzf-lua'.grep({ search = '' }) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
natdm
-
Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
grep_project excludes file path for convenience, use grep with empty search string and you’ll be able to search the paths: