https://github.com/wrldspawn/nvim-discordrpc
No nonsense, no configuration, no external dependencies, Discord rich presence for Neovim
https://github.com/wrldspawn/nvim-discordrpc
discord discord-rich-presence neovim nvim rich-presence
Last synced: 3 days ago
JSON representation
No nonsense, no configuration, no external dependencies, Discord rich presence for Neovim
- Host: GitHub
- URL: https://github.com/wrldspawn/nvim-discordrpc
- Owner: wrldspawn
- License: mit
- Created: 2025-02-20T03:28:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-20T05:38:16.000Z (about 1 year ago)
- Last Synced: 2025-02-20T06:28:34.531Z (about 1 year ago)
- Topics: discord, discord-rich-presence, neovim, nvim, rich-presence
- Language: Lua
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nvim-discordrpc
No nonsense, no configuration, no external dependencies, Discord rich presence for Neovim.
Core is copypasted from my menu state Garry's Mod rich presence (that I need to publish at some point) converted to
Neovim functions.
## Installation
Add `wrldspawn/nvim-discordrpc` to your favorite plugin manager
### lazy.nvim
```lua
{
"wrldspawn/nvim-discordrpc",
lazy = false,
}
```
## Credits
- [vyfor/cord.nvim](https://github.com/vyfor/cord.nvim) and [vyfor/icons](https://github.com/vyfor/icons) - Icons, filetype and filename mappings
- [EpicBird/discord.nvim](https://github.com/EpicBirb/discord.nvim) - Reference for converting connection logic
- [iryont/lua-struct](https://github.com/iryont/lua-struct) - Redistributed library
- [tcjennings/LUA-RFC-4122-UUID-Generator](https://github.com/tcjennings/LUA-RFC-4122-UUID-Generator) - Redistributed library