chore(cmp): update slash commands sources (#206)

and more functional

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham
2024-08-25 01:59:22 -04:00
committed by GitHub
parent 80250de7a6
commit 2e916b4747
2 changed files with 62 additions and 63 deletions

View File

@@ -35,9 +35,9 @@ function source:complete(_, callback)
for _, command in ipairs(commands) do
table.insert(items, {
label = "/" .. command.name,
label = "/" .. command.command,
kind = kind,
detail = command.description,
detail = command.details,
})
end