summaryrefslogtreecommitdiffstats
path: root/powerline/config_files/themes/vim/plugin_gundo.json
blob: a03b256a07632fa10ec9633a2737bc77b408d4df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	"segments": {
		"left": [
			{
				"type": "string",
				"highlight_groups": ["gundo:name", "file_name"],
				"contents": "Undo tree"
			},
			{
				"type": "string",
				"highlight_groups": ["gundo:background", "background"],
				"draw_soft_divider": false,
				"draw_hard_divider": false,
				"width": "auto"
			}
		]
	}
}