sunhat/configs/dotfiles/powerline/themes/vim/plugin_nerdtree.json

18 lines
293 B
JSON
Raw Normal View History

2024-06-09 04:16:43 -05:00
{
"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"
}
]
}
}