feat(renderer): allow placing git icons after filename (#1203)
This feature allows placing git icons after the filename.
This commit is contained in:
@@ -123,7 +123,8 @@ Values may be functions. Warning: this may result in unexpected behaviour.
|
||||
},
|
||||
icons = {
|
||||
webdev_colors = true,
|
||||
},
|
||||
git_placement = "before",
|
||||
}
|
||||
},
|
||||
hijack_directories = {
|
||||
enable = true,
|
||||
@@ -444,6 +445,11 @@ Here is a list of the options available in the setup call:
|
||||
type: `boolean`
|
||||
default: `true`
|
||||
|
||||
- |renderer.icons.git_placement|: place where the git icons will be rendered.
|
||||
After or before the `filename` (after the file/folders icons).
|
||||
type: `after` or `before`
|
||||
default: `before`
|
||||
|
||||
*nvim-tree.filters*
|
||||
|filters|: filtering options
|
||||
|
||||
|
||||
Reference in New Issue
Block a user