summaryrefslogtreecommitdiffstats
path: root/powerline/config_files/themes/vim/plugin_gundo-preview.json
blob: ad8432c10479f3ae79a2a24036de818bd68dcda3 (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 diff"
			},
			{
				"type": "string",
				"highlight_groups": ["gundo:background", "background"],
				"draw_soft_divider": false,
				"draw_hard_divider": false,
				"width": "auto"
			}
		]
	}
}