FzF-Lua's live_grep() does not find word in project #2017
Closed
oskargirardin
started this conversation in
General
Replies: 2 comments
-
Curbuf variants are just current buffer, use debug=1 and examine the command in the first output line, run it in the shell and understand why rg isn’t finding the word, after all fzf-lua just echoes the output of rg with additional processing. |
Beta Was this translation helpful? Give feedback.
0 replies
-
SOLVED: file was among |
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
-
When using
require("fzf-lua").live_grep()
, searching forpublications
does not find the following matches:It only finds the following match:
# Publications
Both files are in my project. When using
require("fzf-lua").lgrep_curbuf()
it works as expected.Do you know why this is the case ? Thanks !
Beta Was this translation helpful? Give feedback.
All reactions