From 00138488ac62ff9a78acd69aaffda5c11be8bbdc Mon Sep 17 00:00:00 2001 From: self Date: Sat, 27 Aug 2022 22:24:40 +0100 Subject: remove superfluous fn --- init.vim | 3 +-- 1 file changed, 1 insertion(+), 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' \ } \ } -- cgit v1.2.1