Skip to content

Disabling folder icons disables folder arrows #1406

Closed
@milessabin

Description

@milessabin

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

4bd919a

Minimal config

renderer = {
icons = {
  show = {
    file = true,
    folder = false,
    folder_arrow = true,
    git = true
  }
}

Steps to reproduce

  1. Modify config as above.
  2. Observe lack of arrows rendered.

Expected behavior

Folder arrows shown, no folder icons.

Actual behavior

No folder arrows shown, no folder icons.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions