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:
Bruno BELANYI 2022-04-20 13:55:48 +02:00
parent dd7cb5f081
commit 80c2c415fb
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ lualine.setup({
{ "mode" },
},
lualine_b = {
{ "branch" },
{ "FugitiveHead" },
{ "filename", symbols = { readonly = "🔒" } },
},
lualine_c = {