home: vim: lualine: use built-in 'branch'

It now supports worktrees correctly (or at least I can't figure out
which issue I used to have with it...).

As a bonus, it also supports showing the correct branch for an `oil`
buffer.

This reverts commit 481d5f6f53.
This commit is contained in:
Bruno BELANYI 2025-03-29 16:55:00 +00:00
parent 274d143031
commit 4ef1b08f4e

View file

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