-
Lazyvim recently switched over to fvf-lua, so I've been trying it. When I attempt to search files I just get an empty window. I tried it by downloading the script on the website and running it in a clean nvim, and it still doesn't work. "Fzf-lua oldfiles" works as expected. Any ideas how I can get this to work? Linux mint, I just made sure I had 0.57 fzf. Fzf works fine from the command line. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
So you have |
Beta Was this translation helpful? Give feedback.
-
Ah, I figured it out. Apologies! I thought Now it works as expected. `` |
Beta Was this translation helpful? Give feedback.
Ah, I figured it out. Apologies! I thought
fd
was installed because I could type "fd" and it would find files. But I needed to remove fdclone, install fd-find, and then link "fd" to fd-find, as described here: https://github.com/sharkdp/fdNow it works as expected.
``