nvim: statusline: Decrease the truncation width for git status

This commit is contained in:
Sanchayan Maity 2022-03-23 10:28:22 +05:30
parent a54cc1d3b7
commit d9746a1c73
1 changed files with 1 additions and 1 deletions

View File

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