mirror of
https://github.com/hexedtech/codemp-nvim.git
synced 2024-11-22 23:44:55 +01:00
fix: leftover
This commit is contained in:
parent
7f0dd45ac0
commit
0aab5cdd80
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ local function join(workspace)
|
|||
for _, user in pairs(CODEMP.workspace:user_list()) do
|
||||
buffers.users[user] = ""
|
||||
user_hl[user] = {
|
||||
ns = vim.api.nvim_create_namespace("codemp-cursor-" .. user),
|
||||
ns = vim.api.nvim_create_namespace("codemp-cursor-" .. user.name),
|
||||
hi = utils.color(user.name),
|
||||
pos = { 0, 0 },
|
||||
mark = nil,
|
||||
|
|
Loading…
Reference in a new issue