mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
add: update icon branch
This commit is contained in:
parent
04eb24ce95
commit
2a1987907f
2 changed files with 3 additions and 3 deletions
|
@ -131,9 +131,9 @@ return {
|
|||
|
||||
local get_branch = function()
|
||||
if vim.b.gitsigns_head ~= nil then
|
||||
return " " .. vim.b.gitsigns_head
|
||||
return " " .. vim.b.gitsigns_head
|
||||
else
|
||||
return " " .. vim.fn.fnamemodify("null", ":t")
|
||||
return " " .. vim.fn.fnamemodify("null", ":t")
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue