mirror of
https://github.com/hexedtech/codemp-nvim.git
synced 2024-11-24 16:34:50 +01:00
fix: bit of space for more names on one line
This commit is contained in:
parent
3ee546be4d
commit
b3d76bd071
1 changed files with 1 additions and 1 deletions
|
@ -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 },
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue