powerliners 0.2.3

1:1 Rust port of powerline/powerline. The ultimate statusline/prompt utility.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"default_module": "powerline.segments.vim.plugin.nerdtree",
	"segments": {
		"left": [
			{
				"function": "nerdtree"
			},
			{
				"type": "string",
				"highlight_groups": ["background"],
				"draw_soft_divider": false,
				"draw_hard_divider": false,
				"width": "auto"
			}
		]
	}
}