RTFM Checklist
Operating system
Linux
Shell
bash
Neovim version (nvim --version)
NVIM v0.11.0 Build type: Release LuaJIT 2.1.1741730670
Fzf version (fzf --version)
0.42.0 (d471067)
Output of :lua print(os.getenv('FZF_DEFAULT_OPTS'))
--color=bg+:#414559,bg:#303446,spinner:#f2d5cf,hl:#e78284 --color=fg:#c6d0f5,header:#e78284,info:#ca9ee6,pointer:#f2d5cf --color=marker:#f2d5cf,fg+:#c6d0f5,prompt:#ca9ee6,hl+:#e78284
Is the problem reproducible with mini.sh?
Fzf-lua configuration
require('fzf-lua').setup({ })
Describe the bug / steps to reproduce
With mini.sh, <C-p> in a directory with files you expect to show up with the files picker.
RTFM Checklist
man fzf/ I am well versed in shell fzfOperating system
Linux
Shell
bash
Neovim version (
nvim --version)NVIM v0.11.0 Build type: Release LuaJIT 2.1.1741730670
Fzf version (
fzf --version)0.42.0 (d471067)
Output of
:lua print(os.getenv('FZF_DEFAULT_OPTS'))--color=bg+:#414559,bg:#303446,spinner:#f2d5cf,hl:#e78284 --color=fg:#c6d0f5,header:#e78284,info:#ca9ee6,pointer:#f2d5cf --color=marker:#f2d5cf,fg+:#c6d0f5,prompt:#ca9ee6,hl+:#e78284
Is the problem reproducible with
mini.sh?mini.shmini.shmini.sh(not relevant, requires LSP, Windows, etc)Fzf-lua configuration
Describe the bug / steps to reproduce
With mini.sh,
<C-p>in a directory with files you expect to show up with the files picker.