Swap the line info and percent back where they belong

This commit is contained in:
Kevin MacMartin 2020-12-02 13:50:08 -05:00
parent 854884e424
commit d4fba2bf15

View file

@ -93,7 +93,7 @@ let g:lightline = {
\ \
\ 'active': { \ 'active': {
\ 'left': [[ 'mode', 'paste' ], [ 'fugitive', 'filename' ], [ 'tagbar' ]], \ 'left': [[ 'mode', 'paste' ], [ 'fugitive', 'filename' ], [ 'tagbar' ]],
\ 'right': [[ 'linter_checking', 'linter_errors', 'linter_warnings', 'linter_ok' ], [ 'fileformat', 'fileencoding', 'filetype' ], [ 'lineinfo', 'percent' ]] \ 'right': [[ 'linter_checking', 'linter_errors', 'linter_warnings', 'linter_ok' ], [ 'fileformat', 'fileencoding', 'filetype' ], [ 'percent', 'lineinfo' ]]
\ } \ }
\ } \ }