Center align CtrlP current segment
This commit is contained in:
parent
3d3450d8c1
commit
0fc79d2849
|
@ -33,6 +33,7 @@ def ctrlp_stl_left_main(pl, focus, byfname, regex, prev, item, next, marked):
|
|||
'highlight_group': ['ctrlp.item', 'file_name'],
|
||||
'draw_inner_divider': True,
|
||||
'width': 10,
|
||||
'align': 'c',
|
||||
},
|
||||
{
|
||||
'contents': ' ' + next,
|
||||
|
|
Loading…
Reference in New Issue