home: vim: lualine: use 'FugitiveHead'
The built-in `branch` indicator does not handle git worktrees quite correctly. It shows the wrong branch when used in `git commit`.
This commit is contained in:
parent
dd7cb5f081
commit
80c2c415fb
|
@ -31,7 +31,7 @@ lualine.setup({
|
|||
{ "mode" },
|
||||
},
|
||||
lualine_b = {
|
||||
{ "branch" },
|
||||
{ "FugitiveHead" },
|
||||
{ "filename", symbols = { readonly = "🔒" } },
|
||||
},
|
||||
lualine_c = {
|
||||
|
|
Loading…
Reference in a new issue