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

View file

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