plugins.nvim-tree.renderer.icons.gitPlacement
Place where the git icons will be rendered.
Can be "after"
or "before"
filename (after the file/folders icons) or "signcolumn"
(requires |nvim-tree.view.signcolumn| enabled).
Note that the diagnostic signs and the modified sign will take precedence over the git
signs.
Type: null or one of “after”, “before”, “signcolumn” or raw lua code
Default:
null
Plugin default: "before"
Declared by:
plugins.nvim-tree.renderer.icons.modifiedPlacement
Place where the modified icon will be rendered.
Can be "after"
or "before"
filename (after the file/folders icons) or "signcolumn"
(requires |nvim-tree.view.signcolumn| enabled).
Type: null or one of “after”, “before”, “signcolumn” or raw lua code
Default:
null
Plugin default: "after"
Declared by:
plugins.nvim-tree.renderer.icons.padding
Inserted between icon and filename.
Type: null or string or raw lua code
Default:
null
Plugin default: " "
Declared by:
plugins.nvim-tree.renderer.icons.symlinkArrow
Used as a separator between symlinks’ source and target.
Type: null or string or raw lua code
Default:
null
Plugin default: " ➛ "
Declared by:
plugins.nvim-tree.renderer.icons.webdevColors
Use the webdev icon colors, otherwise NvimTreeFileIcon
.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by: