Simplify the right side of the lightline status bar
This commit is contained in:
parent
31d077d82a
commit
91ebc3ca0d
1 changed files with 2 additions and 1 deletions
|
@ -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?"🔒":""}',
|
||||
|
|
Loading…
Reference in a new issue