aboutsummaryrefslogtreecommitdiff
path: root/config/powerline/themes/vim/cmdwin.json
blob: c300d948de99446f1c379778fb0042e9e7abebf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	"segments": {
		"left": [
			{
				"type": "string",
				"contents": "Command Line",
				"highlight_group": ["file_name"]
			},
			{
				"type": "string",
				"highlight_group": ["background"],
				"draw_soft_divider": false,
				"draw_hard_divider": false,
				"width": "auto"
			}
		]
	}
}