···6363---@param body string Body of the notification
6464function comlink.notify(title, body) end
65656666+---Add a custom command to comlink
6767+---
6868+---@param name string Name of the command
6969+---@param fn function Function to call when command is enterred
7070+function comlink.add_command(name, fn) end
7171+6672return comlink