change modified symbol in neotree
This commit is contained in:
parent
cddf200122
commit
e81b79889b
@ -44,7 +44,7 @@ return {
|
|||||||
{ "name", zindex = 10 },
|
{ "name", zindex = 10 },
|
||||||
{ "clipboard", zindex = 10 },
|
{ "clipboard", zindex = 10 },
|
||||||
{ "bufnr", zindex = 10 },
|
{ "bufnr", zindex = 10 },
|
||||||
{ "modified", zindex = 20, align = "right" },
|
{ "modified", zindex = 20, align = "right", symbol = 'M' },
|
||||||
{
|
{
|
||||||
"git_status",
|
"git_status",
|
||||||
zindex = 20,
|
zindex = 20,
|
||||||
|
Loading…
Reference in New Issue
Block a user