@@ -241,7 +241,6 @@ Subsequent calls to setup will replace the previous configuration.
241241 git_placement = "before",
242242 padding = " ",
243243 symlink_arrow = " ➛ ",
244- modified = "[+]",
245244 modified_placement = "after",
246245 show = {
247246 file = true,
@@ -253,6 +252,7 @@ Subsequent calls to setup will replace the previous configuration.
253252 default = "",
254253 symlink = "",
255254 bookmark = "",
255+ modified = "●",
256256 folder = {
257257 arrow_closed = "",
258258 arrow_open = "",
@@ -866,11 +866,6 @@ UI rendering setup
866866 Used as a separator between symlinks' source and target.
867867 Type: `string ` , Default: `" ➛ "`
868868
869- *nvim-tree.renderer.icons.modified*
870- Icon to display for modified files. Can be multiple characters if
871- | renderer.icons.modified_placement | isn't `" signcolumn" ` .
872- Type: `string ` , Default: `" [+]" `
873-
874869 *nvim-tree.renderer.icons.modified_placement*
875870 Place where the modified icon will be rendered.
876871 Can be `" after" ` or `" before" ` filename (after the file/folders icons)
@@ -909,6 +904,11 @@ UI rendering setup
909904 Glyph for symlinks to files.
910905 Type: `string ` , Default: `" " `
911906
907+ *nvim-tree.renderer.icons.glyphs.modified*
908+ Icon to display for modified files. Can be multiple characters if
909+ | renderer.icons.modified_placement | isn't `" signcolumn" ` .
910+ Type: `string ` , Default: `" ●" `
911+
912912 *nvim-tree.renderer.icons.glyphs.folder*
913913 Glyphs for directories.
914914 Type: `table` , Default:
0 commit comments