nvim: statusline: Allow more width for git branch

This commit is contained in:
Sanchayan Maity 2022-06-25 17:05:49 +05:30
parent d057fa0385
commit f315c0060b
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ highlight("Progress" , colors.magenta, colors.bg)
highlight("WinbarFile" , colors.magenta, colors.bg)
M.trunc_width = setmetatable({
git_status = 80,
git_status = 60,
filename = 140,
}, {
__index = function()