diff options
-rwxr-xr-x | init.vim | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -154,8 +154,7 @@ let g:lightline = { \ 'charvaluehex': '0x%B' \ }, \ 'component_function': { - \ 'gitbranch': 'FugitiveHead', - \ 'filepath': 'LightlineFilepath' + \ 'gitbranch': 'FugitiveHead' \ } \ } |