@@ -241,7 +241,6 @@ Subsequent calls to setup will replace the previous configuration.
241
241
git_placement = "before",
242
242
padding = " ",
243
243
symlink_arrow = " ➛ ",
244
- modified = "[+]",
245
244
modified_placement = "after",
246
245
show = {
247
246
file = true,
@@ -253,6 +252,7 @@ Subsequent calls to setup will replace the previous configuration.
253
252
default = "",
254
253
symlink = "",
255
254
bookmark = "",
255
+ modified = "●",
256
256
folder = {
257
257
arrow_closed = "",
258
258
arrow_open = "",
@@ -866,11 +866,6 @@ UI rendering setup
866
866
Used as a separator between symlinks' source and target.
867
867
Type: `string ` , Default: `" ➛ "`
868
868
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
-
874
869
*nvim-tree.renderer.icons.modified_placement*
875
870
Place where the modified icon will be rendered.
876
871
Can be `" after" ` or `" before" ` filename (after the file/folders icons)
@@ -909,6 +904,11 @@ UI rendering setup
909
904
Glyph for symlinks to files.
910
905
Type: `string ` , Default: `" " `
911
906
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
+
912
912
*nvim-tree.renderer.icons.glyphs.folder*
913
913
Glyphs for directories.
914
914
Type: `table` , Default:
0 commit comments