You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems to be an upstream ussue when using vim.g.did_load_filetypes=1 on load, using 0.9.5 I am getting the same warning as you but with the latest nightly it works as expected.
I modified 5104ac1 introduced by #1089 to be included only when neovim >= v0.10.
With cb208cd, it should work as expected, lmk if otherwise.
RTFM Checklist
man fzf
/ I am well versed in shell fzfOperating system
Linux
Shell
zsh
Neovim version (
nvim --version
)0.9.5
Fzf version (
fzf --version
)0.48.0
Output of
:lua print(os.getenv('FZF_DEFAULT_OPTS'))
nil
Is the problem reproducible with
mini.sh
?mini.sh
mini.sh
mini.sh
(not relevant, requires LSP, Windows, etc)Fzf-lua configuration
Describe the bug / steps to reproduce
Hello,
First of all, thank you for maintaining this wonderful plugin !
I am experiencing some issues using
fzf_live
. When runningfzf-lua opens its usual search window, with an entry "hello" (as expected), but with an error
right below. Am I doing something wrong here? Thank you!
The text was updated successfully, but these errors were encountered: