Reverse the % and line/column order since the % potentially takes up much less space

This commit is contained in:
Kevin MacMartin 2020-11-30 15:57:24 -05:00
parent 7dc4a48a2c
commit 0b76cff0d3

View file

@ -100,7 +100,7 @@ let g:lightline.component = {
let g:lightline.active = {
\ 'left': [[ 'mode', 'paste' ], [ 'fugitive', 'filename' ], [ 'tagbar' ]],
\ 'right': [[ 'linter_checking', 'linter_errors', 'linter_warnings', 'linter_ok' ], [ 'fileformat', 'fileencoding', 'filetype' ], [ 'percent', 'lineinfo' ]]
\ 'right': [[ 'linter_checking', 'linter_errors', 'linter_warnings', 'linter_ok' ], [ 'fileformat', 'fileencoding', 'filetype' ], [ 'lineinfo', 'percent' ]]
\ }
"status bar config with and without powerline fonts (default: 0)