diff options
author | self <george@gabbott.dev> | 2022-08-27 22:24:40 +0100 |
---|---|---|
committer | self <george@gabbott.dev> | 2022-08-27 22:24:40 +0100 |
commit | 00138488ac62ff9a78acd69aaffda5c11be8bbdc (patch) | |
tree | 06f85be60969c9a5b9b8183efdf256ae5bd902c6 | |
parent | 802320cb9c6de6da914e05f4cabcd2a5ace879ed (diff) |
remove superfluous fn
-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' \ } \ } |