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

View file

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