better formatting in statusline.lua

This commit is contained in:
2023-06-26 11:38:08 -04:00
parent eb5830f5f0
commit 4b49645b4b

View File

@ -118,8 +118,7 @@ el.setup {
hl_insert = highlights.green_fg,
hl_change = highlights.yellow_fg,
hl_delete = highlights.red_fg,
}
},
}},
}
local add_item = function(result, item)
@ -132,5 +131,5 @@ el.setup {
end
return result
end,
end
}