forked from leshill/vim-json
-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Description
Currently:
[
{
"name": "Bob",
"age": "22"
},
{
"name": "Steve",
"age": "23"
}
]shrinks down to
[
+--- 4 lines: { ----------------
+--- 4 lines: { ----------------
]
It would be nice if we could customise the shrink text so that it instead shrinks to something like:
[
+--- 4 lines: Bob ----------------
+--- 4 lines: Steve ----------------
]
Metadata
Metadata
Assignees
Labels
No labels