feat(renderer): allow placing git icons after filename (#1203)

This feature allows placing git icons after the filename.
This commit is contained in:
Kiyan
2022-05-07 14:05:51 +02:00
committed by GitHub
parent ec888d08ce
commit a1600e57f2
6 changed files with 74 additions and 48 deletions

View File

@@ -154,7 +154,8 @@ require'nvim-tree'.setup { -- BEGIN_DEFAULT_OPTS
},
icons = {
webdev_colors = true,
},
git_placement = "before",
}
},
hijack_directories = {
enable = true,