diff --git a/vim/init.vim b/vim/init.vim index fb6a93f..713a561 100644 --- a/vim/init.vim +++ b/vim/init.vim @@ -79,7 +79,7 @@ let g:lightline = { \ [ 'fugitive', 'readonly', 'filename', 'modified' ] ], \ 'right': [ [ 'lineinfo' ], \ [ 'percent' ], - \ [ 'fileformat', 'fileencoding' ] ] + \ [ 'fileencoding' ] ] \ }, \ 'component_function': { \ 'fugitive': 'LightLineFugitive',