mirror of
1
0
Fork 0

Simplify the right side of the lightline status bar

This commit is contained in:
amix 2016-05-14 13:26:42 +01:00
parent 31d077d82a
commit 91ebc3ca0d
1 changed files with 2 additions and 1 deletions

View File

@ -107,7 +107,8 @@ let g:lightline = {
\ 'colorscheme': 'wombat',
\ 'active': {
\ 'left': [ ['mode', 'paste'],
\ ['fugitive', 'readonly', 'filename', 'modified'] ]
\ ['fugitive', 'readonly', 'filename', 'modified'] ],
\ 'right': [ [ 'lineinfo' ], ['percent'] ]
\ },
\ 'component': {
\ 'readonly': '%{&filetype=="help"?"":&readonly?"🔒":""}',