Replace file percent with line info
This commit is contained in:
parent
b46c71f5a1
commit
210ef7458a
@ -6,8 +6,8 @@ let g:lightline = {
|
|||||||
\"active": {
|
\"active": {
|
||||||
\ "left": [[ "mode", "paste" ],
|
\ "left": [[ "mode", "paste" ],
|
||||||
\ ["fugitive", "filename", "readonly", "ctrlpmark"]],
|
\ ["fugitive", "filename", "readonly", "ctrlpmark"]],
|
||||||
\ "right": [ ["syntastic", "percent"],
|
\ "right": [ ["fileencoding", "filetype"],
|
||||||
\ ["fileencoding", "filetype"]]
|
\ ["syntastic", "lineinfo"]]
|
||||||
\ },
|
\ },
|
||||||
\'separator': { 'left': '', 'right': '' },
|
\'separator': { 'left': '', 'right': '' },
|
||||||
\'subseparator': { 'left': '→', 'right': '∘' },
|
\'subseparator': { 'left': '→', 'right': '∘' },
|
||||||
|
Loading…
Reference in New Issue
Block a user