]> git.r.bdr.sh - rbdr/dotfiles/blob - config/powerline/themes/vim/cmdwin.json
Use the newer powerline.
[rbdr/dotfiles] / config / powerline / themes / vim / cmdwin.json
1 {
2 "segments": {
3 "left": [
4 {
5 "type": "string",
6 "contents": "Command Line",
7 "highlight_group": ["file_name"]
8 },
9 {
10 "type": "string",
11 "highlight_group": ["background"],
12 "draw_soft_divider": false,
13 "draw_hard_divider": false,
14 "width": "auto"
15 }
16 ]
17 }
18 }