pass a search_file argument to files() #1438
Unanswered
ayoubelmhamdi
asked this question in
Q&A
Replies: 1 comment
-
require'fzf-lua'.files({ query = 'foo' })
-- or
:FzfLua files query=foo |
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
Uh oh!
There was an error while loading. Please reload this page.
-
is there any way to pass a filename to
fzf-lua.files()
.Because: I found a useful usage of the
search_file
argument intelescope.nvim
is to pass a string to search for a file inside Neovim. This helps to open files in Neovim when I misspell the filename.vf foo.txt
Beta Was this translation helpful? Give feedback.
All reactions