Closed
Description
RTFM Checklist
- I have searched exisiting issues / discussions
- I have read the Wiki including the Advanced section
- I have read
man fzf
/ I am well versed in shell fzf
Operating system
Linux
Shell
zshrc
Neovim version (nvim --version
)
latest
Fzf version (fzf --version
)
latest
Output of :lua print(os.getenv('FZF_DEFAULT_OPTS'))
--color=bg:#1A1B26,fg:#aca9b1,hl:#7493d6 --color=bg+:#16161E,fg+:#b3ca8c,hl+:#ae90d7 --color=info:#ae90d7,prompt:#ae90d7,pointer:#d67e9c --color=marker:#b3ca8c,spinner:#ae90d7,header:#7493d6 --color=border:#ae90d7 --bind 'ctrl-/:toggle-preview'
Is the problem reproducible with mini.sh
?
- My issue is reproducible with
mini.sh
- My issue IS NOT reproducible with
mini.sh
- I have not tested with
mini.sh
(not relevant, requires LSP, Windows, etc)
Fzf-lua configuration
require('fzf-lua').setup({
})
Describe the bug / steps to reproduce
https://github.com/stuckinsnow/gitty/blob/main/lua/gitty/providers/github-compare/comparison-utils.lua#L443-L443
Sometimes multi selector does not work; I think this is a bug or is this a problem with async code on my end?
2025-06-22.11-17-03.mp4
Lazy loading is disabled, and sometimes it works--sometimes it doesn't.