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