File tree 2 files changed +10
-2
lines changed 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 69
69
icon = {
70
70
folder_closed = " " ,
71
71
folder_open = " " ,
72
- trailing_slash = false ,
73
72
default_icon = " *" ,
74
73
},
74
+ name = {
75
+ trailing_slash = false ,
76
+ use_git_status_colors = true ,
77
+ },
75
78
git_status = {
76
79
highlight = " NeoTreeDimText" , -- if you remove this the status will be colorful
77
80
},
@@ -273,9 +276,11 @@ This source can be used to:
273
276
274
277
Another available source is ` buffers ` , which displays your open buffers. This is
275
278
the same list you would see from ` :ls ` . To show with the ` buffers ` list, use:
279
+
276
280
```
277
281
:NeoTreeShow buffers
278
282
```
283
+
279
284
or ` :NeoTreeFocus buffers ` or ` :NeoTreeShow buffers ` or ` :NeoTreeFloat buffers `
280
285
281
286
### git_status
Original file line number Diff line number Diff line change @@ -59,9 +59,12 @@ local config = {
59
59
icon = {
60
60
folder_closed = " " ,
61
61
folder_open = " " ,
62
- trailing_slash = false ,
63
62
default_icon = " *" ,
64
63
},
64
+ name = {
65
+ trailing_slash = false ,
66
+ use_git_status_colors = true ,
67
+ },
65
68
git_status = {
66
69
highlight = " NeoTreeDimText" ,
67
70
},
You can’t perform that action at this time.
0 commit comments