fix: remove align end

hopefully blocks will be 1 wide again?
This commit is contained in:
əlemi 2024-10-02 23:22:56 +02:00
parent f8c2a00894
commit bdb991033a
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -106,7 +106,6 @@ M.users = function(config, node, state)
table.insert(out, { table.insert(out, {
text = string.sub(user, 0, 1), text = string.sub(user, 0, 1),
highlight = codemp_utils.color(user).bg, highlight = codemp_utils.color(user).bg,
align = "end",
}) })
end end
end end