plugins.nvim-tree.renderer.icons.show.file
Show an icon before the file name. nvim-web-devicons
will be used if available.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.nvim-tree.renderer.icons.show.folder
Show an icon before the folder name.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.nvim-tree.renderer.icons.show.folderArrow
Show a small arrow before the folder node. Arrow will be a part of the node when using |renderer.indent_markers|.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.nvim-tree.renderer.icons.show.git
Show a git status icon, see |renderer.icons.git_placement|
Requires git.enable = true
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.nvim-tree.renderer.icons.show.modified
Show a modified icon, see |renderer.icons.modified_placement|
Requires |modified.enable| = true
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by: