-
Hello there! I updated the plugin this morning, and I started having fzf not working anymore. Updating fzf to a newer version fixed it. I'm running debian bookworm, and switching to the testing branch on debian solved it.
i.e. I was using the 0.38.0-1 version, which should run fine according to the README. Is the readme outdated? PS: I didn't check the full traceback, only the head of the error:
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
what's your config or $FZF_DEFAULT_OPTS the error from your custom action, or maybe fzf-lua missing a version check in code |
Beta Was this translation helpful? Give feedback.
-
build 0.38 from source, no error, maybe some issue with your config/env |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Thank for the quick reply! I have the following in my .zshrc:
That's strange, I didn't upgrade my system, only my nvim plugins. |
Beta Was this translation helpful? Give feedback.
-
I encountered this error after upgrading to commit fc18074, which changes default profile to Change back to the old default fixed it, as the commit message suggests: require("fzf-lua").setup({
{ "default-title" },
-- rest of setup options
}) I'm also using debian bookworm with fzf version Maybe the new default profile does not work with old fzf version? |
Beta Was this translation helpful? Give feedback.
build 0.38 from source, no error, maybe some issue with your config/env