doc: fix missing `,` in README.md (#686)
This commit is contained in:
parent
d64152cf5c
commit
69dfcd0fc7
|
@ -464,7 +464,7 @@ sections = {
|
||||||
},
|
},
|
||||||
|
|
||||||
symbols = {
|
symbols = {
|
||||||
modified = ' ●' -- Text to show when the buffer is modified
|
modified = ' ●', -- Text to show when the buffer is modified
|
||||||
alternate_file = '#', -- Text to show to indify the alternate file
|
alternate_file = '#', -- Text to show to indify the alternate file
|
||||||
directory = '', -- Text to show when the buffer is a directory
|
directory = '', -- Text to show when the buffer is a directory
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue