feat: cmd to get user id

This commit is contained in:
əlemi 2024-08-06 23:04:03 +02:00
parent e901b448ea
commit 6b0cf072e8
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -41,6 +41,8 @@ vim.api.nvim_create_user_command(
elseif args.fargs[1] == "buffers" then
if client.workspace == nil then error("connect to a workspace first") end
workspace.open_buffer_tree(client.workspace)
elseif args.fargs[1] == "id" then
print(" ::codemp#" .. native.id())
-- elseif args.fargs[1] == "users" then
-- if client.workspace == nil then error("connect to a workspace first") end
-- workspace.users(client.workspace)