mirror of
https://github.com/jiriks74/presence.nvim
synced 2025-06-23 12:58:58 +02:00
Allow cancelling presence on remote nvim instances
- Add msgpack lib - Restructure to have lib and deps folders - Add cancellation methods and invoke remote cancellation on update
This commit is contained in:
parent
42f6c79eb0
commit
66bd159dd3
5 changed files with 602 additions and 3 deletions
lua/presence
|
@ -15,7 +15,7 @@ Discord.events = {
|
|||
ERROR = "ERROR",
|
||||
}
|
||||
|
||||
local struct = require("struct")
|
||||
local struct = require("deps.struct")
|
||||
|
||||
-- Initialize a new Discord RPC client
|
||||
function Discord:new(options)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue