Исправлена нумерация колонок

This commit is contained in:
Andrei Astafev 2021-05-17 10:17:51 +03:00
parent a188580b89
commit b998997d85

1
vimrc
View File

@ -361,6 +361,7 @@ let g:lightline = {
\ 'modified': '%{&filetype=="help"?"":&modified?"+":&modifiable?"":"-"}', \ 'modified': '%{&filetype=="help"?"":&modified?"+":&modifiable?"":"-"}',
\ 'character': '%04B', \ 'character': '%04B',
\ 'separator': '|', \ 'separator': '|',
\ 'lineinfo': '%3l:%-2v',
\ }, \ },
\ 'component_function': { \ 'component_function': {
\ 'mode': 'LightlineMode', \ 'mode': 'LightlineMode',