nvim: statusline: Allow more width for git branch
This commit is contained in:
parent
d057fa0385
commit
f315c0060b
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue