sunhat/configs/dotfiles/powerline/themes/vim/cmdwin.json
2024-06-09 04:16:43 -05:00

19 lines
297 B
JSON

{
"segments": {
"left": [
{
"type": "string",
"contents": "Command Line",
"highlight_groups": ["file_name"]
},
{
"type": "string",
"highlight_groups": ["background"],
"draw_soft_divider": false,
"draw_hard_divider": false,
"width": "auto"
}
]
}
}