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:
parent
274d143031
commit
4ef1b08f4e
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ lualine.setup({
|
||||||
{ "mode" },
|
{ "mode" },
|
||||||
},
|
},
|
||||||
lualine_b = {
|
lualine_b = {
|
||||||
{ "FugitiveHead" },
|
{ "branch" },
|
||||||
{ "filename", symbols = { readonly = "🔒" } },
|
{ "filename", symbols = { readonly = "🔒" } },
|
||||||
},
|
},
|
||||||
lualine_c = {
|
lualine_c = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue