summaryrefslogtreecommitdiffstats
path: root/powerline/config_files/themes/vim/plugin_nerdtree.json
blob: 896d39371b231c43e8d586968dcf996cb0102f56 (plain)
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"
			}
		]
	}
}