Remove fileformat from statusline.

This commit is contained in:
Bartek Stalewski 2016-06-16 14:36:33 +02:00
parent ef8392f66f
commit 8645aa4abc

View File

@ -79,7 +79,7 @@ let g:lightline = {
\ [ 'fugitive', 'readonly', 'filename', 'modified' ] ],
\ 'right': [ [ 'lineinfo' ],
\ [ 'percent' ],
\ [ 'fileformat', 'fileencoding' ] ]
\ [ 'fileencoding' ] ]
\ },
\ 'component_function': {
\ 'fugitive': 'LightLineFugitive',