Closed mikehaertl closed 3 months ago
Ty @mikehaertl, apologize, that’s definitely an error from my latest changes in that commit, I’ll fix it when not AFK.
Can you let me know the output of your :ls
(buffer list), it will help me identify which buffer is causing the issue.
Btw, the issue can probably be worked around for the time being with :FzfLua buffers previewer=false
:ls
1 %a "a.txt" line 1
2 "b.txt" line 0
:ls 1 %a "a.txt" line 1 2 "b.txt" line 0
Ty @mikehaertl, will be fixed within a few hours.
https://github.com/ibhagwan/fzf-lua/commit/c7288e60b8dde218f3d3b5b16e1baf32ada20ef3
@mikehaertl, should work as expected, ty for the report!
seems to work, thanks!
RTFM Checklist
man fzf
/ I am well versed in shell fzfOperating system
Linux Mint
Shell
bash
Neovim version (
nvim --version
)NVIM v0.10.0
Fzf version (
fzf --version
)81e7345
Output of
:lua print(os.getenv('FZF_DEFAULT_OPTS'))
--color fg:7,bg:0,hl:13,fg+:2,bg+:6,hl+:13 --color query:13,info:12,prompt:13,spinner:3,marker:9 --cycle --bind=change:first,ctrl-n:page-down,ctrl-p:page-up,ctrl-t:toggle-preview,ctrl-alt-j:preview-down,ctrl-alt-k:preview-up,ctrl-alt-n:preview-page-down,ctrl-alt-p:preview-page-up,tab:accept,ctrl-o:toggle+d own,ctrl-alt-a:toggle-all
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
touch {a,b}.txt
nvim -u minimal-example.vim a.txt b.txt
:FzfLua buffers
I get this error:
Sometimes nvim freezes and I have to kill it from another terminal.
Bisected the error to commit 2106d3dd5e44095f6b5c361e1a504398a70048b6.