From 6fa7d8f05afa3328a8949ee50bae8b30c57594e1 Mon Sep 17 00:00:00 2001 From: ObserverOfTime Date: Fri, 1 Dec 2023 21:05:17 +0200 Subject: [PATCH] Update list of alternatives --- README.md | 38 +++++++++++++++++++++++++++++++------- 1 file changed, 31 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 96ce84d..c95aeae 100644 --- a/README.md +++ b/README.md @@ -153,10 +153,34 @@ The icons use the basic colours from [file-icons/atom][colours]. ## Alternatives -* [presence.nvim](https://github.com/andweeb/presence.nvim) (Lua) -* [discord.nvim](https://github.com/aurieh/discord.nvim) (Python) - * [or my own fork](https://github.com/ObserverOfTime/discord.nvim) -* [vimsence](https://github.com/hugolgst/vimsence) (Python) -* [vimdiscord](https://github.com/vbe0201/vimdiscord) (Python) -* [vimcord](https://github.com/Stoozy/vimcord) (Python) -* [vdrpc](https://github.com/goopey7/vdrpc) (C) +- [lpturmel/discord.nvim] (Lua + Rust) +- [IogaMaster/neocord] (Lua) +- [Cyuria/discord.nvim] (Lua + C++) +- [andweeb/presence.nvim] (Lua) +- [aurieh/discord.nvim] (Remote Python) + - [or my own fork][ObserverOfTime/discord.nvim] +- [Stoozy/vimcord] Python +- [sardonicism-04/nvim-rich-presence] (VimL + Rust) +- [LeonardSSH/coc-discord-rpc] (TypeScript) +- [vbe0201/vimdiscord] (Python) +- [goopey7/vdrpc] (VimL + C) +- [amiralies/coc-discord] (TypeScript) +- [SamJakob/coc-discord-presence] (TypeScript) +- [GabeFrahm/vim-presence] (Python) +- [TCL100K/vim-discord-rpc] (Python) + +[amiralies/coc-discord]: https://github.com/amiralies/coc-discord +[andweeb/presence.nvim]: https://github.com/andweeb/presence.nvim +[aurieh/discord.nvim]: https://github.com/aurieh/discord.nvim +[Cyuria/discord.nvim]: https://github.com/Cyuria/discord.nvim +[GabeFrahm/vim-presence]: https://github.com/GabeFrahm/vim-presence +[goopey7/vdrpc]: https://github.com/goopey7/vdrpc +[IogaMaster/neocord]: https://github.com/IogaMaster/neocord +[LeonardSSH/coc-discord-rpc]: https://github.com/LeonardSSH/coc-discord-rpc +[lpturmel/discord.nvim]: https://github.com/lpturmel/discord.nvim +[ObserverOfTime/discord.nvim]: https://github.com/ObserverOfTime/discord.nvim +[SamJakob/coc-discord-presence]: https://github.com/SamJakob/coc-discord-presence +[sardonicism-04/nvim-rich-presence]: https://github.com/sardonicism-04/nvim-rich-presence +[Stoozy/vimcord]: https://github.com/Stoozy/vimcord +[TCL100K/vim-discord-rpc]: https://github.com/TCL100K/vim-discord-rpc +[vbe0201/vimdiscord]: https://github.com/vbe0201/vimdiscord