fix: bit of space for more names on one line

This commit is contained in:
əlemi 2024-09-27 20:42:32 +02:00
parent 3ee546be4d
commit b3d76bd071
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -117,7 +117,7 @@ local function register_cursor_handler(controller)
priority = 1000,
strict = false,
virt_text = {
{ event.user .. " ", hi.fg },
{ " " .. event.user .. " ", hi.fg },
{ " ", hi.bg },
},
}