Closed
Description
Description
As discussed in #1405, setting,
renderer = {
icons = {
show = {
file = true,
folder = false,
folder_arrow = true,
git = true
}
}
}
Disables the arrows as well as the icons, whereas the expectation is that arrows would continue to be rendered.
Neovim version
NVIM v0.7.2
Build type: Release
LuaJIT 2.1.0-beta3
Operating system and version
Linux 5.18.9-arch1-1
nvim-tree version
Minimal config
renderer = {
icons = {
show = {
file = true,
folder = false,
folder_arrow = true,
git = true
}
}
Steps to reproduce
- Modify config as above.
- Observe lack of arrows rendered.
Expected behavior
Folder arrows shown, no folder icons.
Actual behavior
No folder arrows shown, no folder icons.