mirror of
https://github.com/hexedtech/codemp-nvim.git
synced 2024-11-21 23:14:54 +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, {
|
||||
text = string.sub(user, 0, 1),
|
||||
highlight = codemp_utils.color(user).bg,
|
||||
align = "end",
|
||||
})
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue