nvim: statusline: Decrease the truncation width for git status
This commit is contained in:
parent
a54cc1d3b7
commit
d9746a1c73
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue