Skip to content

Bug: git_icons do not appear for .buffers #2232

@jonhoo

Description

@jonhoo

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

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?

  • 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{
	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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions