Replace file percent with line info

This commit is contained in:
rnhmjoj 2016-01-17 16:04:54 +01:00
parent b46c71f5a1
commit 210ef7458a

View File

@ -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': '∘' },