1
0
Fork 0
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:
Andrew Kwon 2021-01-10 22:28:01 -08:00
parent 42f6c79eb0
commit 66bd159dd3
5 changed files with 602 additions and 3 deletions
lua/presence

View file

@ -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)