RTFM Checklist
Operating system
Linux
Shell
fish
Neovim version (nvim --version)
NVIM v0.11.3
Fzf version (fzf --version)
0.60.1 (a24d274)
Output of :lua print(os.getenv('FZF_DEFAULT_OPTS'))
--height 20%
Is the problem reproducible with mini.sh?
Fzf-lua configuration
require'fzf-lua'.setup{
files = {
file_icons = false,
git_icons = true,
},
}
vim.keymap.set('n', '<leader>;', function()
require'fzf-lua'.buffers()
end)
Describe the bug / steps to reproduce
When opening the buffers view, no git icons appear.
RTFM Checklist
man fzf/ I am well versed in shell fzfOperating system
Linux
Shell
fish
Neovim version (
nvim --version)NVIM v0.11.3
Fzf version (
fzf --version)0.60.1 (a24d274)
Output of
:lua print(os.getenv('FZF_DEFAULT_OPTS'))--height 20%
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
When opening the buffers view, no git icons appear.