config v1

This commit is contained in:
asep.komarudin 2024-04-15 18:41:24 +07:00
parent c651a8ca42
commit cc7c63dc46
18 changed files with 186 additions and 374 deletions

View file

@ -131,9 +131,9 @@ return {
local get_branch = function()
if vim.b.gitsigns_head ~= nil then
return icons.git.Branch2 .. " " .. vim.b.gitsigns_head
return " " .. vim.b.gitsigns_head
else
return icons.git.Branch2 .. vim.fn.fnamemodify("", ":t")
return "" .. vim.fn.fnamemodify("", ":t")
end
end