Исправлена нумерация колонок
This commit is contained in:
parent
a188580b89
commit
b998997d85
1
vimrc
1
vimrc
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user