Remove fileformat from statusline.
This commit is contained in:
parent
ef8392f66f
commit
8645aa4abc
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ let g:lightline = {
|
||||||
\ [ 'fugitive', 'readonly', 'filename', 'modified' ] ],
|
\ [ 'fugitive', 'readonly', 'filename', 'modified' ] ],
|
||||||
\ 'right': [ [ 'lineinfo' ],
|
\ 'right': [ [ 'lineinfo' ],
|
||||||
\ [ 'percent' ],
|
\ [ 'percent' ],
|
||||||
\ [ 'fileformat', 'fileencoding' ] ]
|
\ [ 'fileencoding' ] ]
|
||||||
\ },
|
\ },
|
||||||
\ 'component_function': {
|
\ 'component_function': {
|
||||||
\ 'fugitive': 'LightLineFugitive',
|
\ 'fugitive': 'LightLineFugitive',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue