summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_config/101-lightline.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/_config/101-lightline.vim b/_config/101-lightline.vim
index e8c2514..9df4d30 100644
--- a/_config/101-lightline.vim
+++ b/_config/101-lightline.vim
@@ -19,7 +19,7 @@ let g:lightline = {
\ 'linter_errors': 'error'
\ },
\ 'component_function': {
-\ 'gitbranch': 'gina#component#repo#branch'
+\ 'gitbranch': 'fugitive#head'
\ },
\ }