summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorself <george@gabbott.dev>2022-08-27 22:24:40 +0100
committerself <george@gabbott.dev>2022-08-27 22:24:40 +0100
commit00138488ac62ff9a78acd69aaffda5c11be8bbdc (patch)
tree06f85be60969c9a5b9b8183efdf256ae5bd902c6
parent802320cb9c6de6da914e05f4cabcd2a5ace879ed (diff)
remove superfluous fn
-rwxr-xr-xinit.vim3
1 files changed, 1 insertions, 2 deletions
diff --git a/init.vim b/init.vim
index f46841c..4ddf392 100755
--- a/init.vim
+++ b/init.vim
@@ -154,8 +154,7 @@ let g:lightline = {
\ 'charvaluehex': '0x%B'
\ },
\ 'component_function': {
- \ 'gitbranch': 'FugitiveHead',
- \ 'filepath': 'LightlineFilepath'
+ \ 'gitbranch': 'FugitiveHead'
\ }
\ }