summaryrefslogtreecommitdiffstats
path: root/powerline/config_files/themes/vim/quickfix.json
blob: ae4d5a52b94448b3d051f168cc2f4f49f694b6cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
	"segment_data": {
		"buffer_name": {
			"contents": "Location List"
		}
	},
	"segments": {
		"left": [
			{
				"type": "string",
				"name": "buffer_name",
				"highlight_groups": ["file_name"]
			},
			{
				"function": "window_title",
				"draw_soft_divider": false
			},
			{
				"type": "string",
				"highlight_groups": ["background"],
				"draw_soft_divider": false,
				"draw_hard_divider": false,
				"width": "auto"
			}
		],
		"right": [
			{
				"type": "string",
				"name": "line_current_symbol",
				"highlight_groups": ["line_current_symbol", "line_current"]
			},
			{
				"function": "line_current",
				"draw_soft_divider": false,
				"width": 3,
				"align": "r"
			}
		]
	}
}