mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-13 14:03:51 -05:00
doc update: lineinfo uses column instead of virtual column by default
This commit is contained in:
@@ -107,7 +107,7 @@ OPTIONS *lightline-option*
|
|||||||
\ 'percent': '%3p%%',
|
\ 'percent': '%3p%%',
|
||||||
\ 'percentwin': '%P',
|
\ 'percentwin': '%P',
|
||||||
\ 'spell': '%{&spell?&spelllang:""}',
|
\ 'spell': '%{&spell?&spelllang:""}',
|
||||||
\ 'lineinfo': '%3l:%-2v',
|
\ 'lineinfo': '%3l:%-2c',
|
||||||
\ 'line': '%l',
|
\ 'line': '%l',
|
||||||
\ 'column': '%c',
|
\ 'column': '%c',
|
||||||
\ 'close': '%999X X ',
|
\ 'close': '%999X X ',
|
||||||
@@ -305,7 +305,7 @@ nice.
|
|||||||
>
|
>
|
||||||
let g:lightline = {
|
let g:lightline = {
|
||||||
\ 'component': {
|
\ 'component': {
|
||||||
\ 'lineinfo': ' %3l:%-2v',
|
\ 'lineinfo': ' %3l:%-2c',
|
||||||
\ },
|
\ },
|
||||||
\ 'component_function': {
|
\ 'component_function': {
|
||||||
\ 'readonly': 'LightlineReadonly',
|
\ 'readonly': 'LightlineReadonly',
|
||||||
@@ -330,7 +330,7 @@ look nice.
|
|||||||
>
|
>
|
||||||
let g:lightline = {
|
let g:lightline = {
|
||||||
\ 'component': {
|
\ 'component': {
|
||||||
\ 'lineinfo': '⭡ %3l:%-2v',
|
\ 'lineinfo': '⭡ %3l:%-2c',
|
||||||
\ },
|
\ },
|
||||||
\ 'component_function': {
|
\ 'component_function': {
|
||||||
\ 'readonly': 'LightlineReadonly',
|
\ 'readonly': 'LightlineReadonly',
|
||||||
|
|||||||
Reference in New Issue
Block a user