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": {
\ "left": [[ "mode", "paste" ],
\ ["fugitive", "filename", "readonly", "ctrlpmark"]],
\ "right": [ ["syntastic", "percent"],
\ ["fileencoding", "filetype"]]
\ "right": [ ["fileencoding", "filetype"],
\ ["syntastic", "lineinfo"]]
\ },
\'separator': { 'left': '', 'right': '' },
\'subseparator': { 'left': '→', 'right': '∘' },