Closed
Description
Description
The indent level is large when indent_markers is enable with folder_arrow.
Like the file tree on Github.com and neo-tree, it looks good to be indent at the arrow part
Neovim version
NVIM v0.8.0-dev-nightly-238-g1a655b71a
Operating system and version
macOS 12.4
nvim-tree version
master
Minimal config
require("nvim-tree").setup({
open_on_tab = true,
update_cwd = true,
update_focused_file = {
enable = true,
update_cwd = true,
},
respect_buf_cwd = true,
git = {
enable = false,
},
renderer = {
root_folder_modifier = ":t",
icons = {
padding = " ",
show = {
file = true,
folder = true,
folder_arrow = true,
},
},
indent_markers = {
enable = true,
},
},
})
### Steps to reproduce
1. set folder_arrow
2. set indent_markers
### Expected behavior
_No response_
### Actual behavior
_No response_