mirror of
https://github.com/hexedtech/codemp-nvim.git
synced 2024-11-22 07:24:52 +01:00
fix: remove align end
hopefully blocks will be 1 wide again?
This commit is contained in:
parent
f8c2a00894
commit
bdb991033a
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue