Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vbe0201/vimdiscord
Discord RPC for Vim
https://github.com/vbe0201/vimdiscord
discord discord-presence discord-rich-presence discord-rpc discord-rpc-client vim vim-plugin
Last synced: 2 months ago
JSON representation
Discord RPC for Vim
- Host: GitHub
- URL: https://github.com/vbe0201/vimdiscord
- Owner: vbe0201
- License: mit
- Created: 2019-06-14T17:39:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-27T15:28:53.000Z (almost 3 years ago)
- Last Synced: 2024-07-06T03:04:13.609Z (7 months ago)
- Topics: discord, discord-presence, discord-rich-presence, discord-rpc, discord-rpc-client, vim, vim-plugin
- Language: Python
- Size: 11.7 KB
- Stars: 40
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vimdiscord
This plugin adds Discord RPC to Vim so you can show the world on what cool projects you're working on!
## Installation
Make sure to have a Vim installation with Python 3 support.
### [vim-plug](https://github.com/junegunn/vim-plug)
Add `Plug 'vbe0201/vimdiscord'` to your `.vimrc` file and run `:PlugInstall`.
### [Vundle](https://github.com/VundleVim/Vundle.vim)
Add `Plugin 'vbe0201/vimdiscord'` to your `.vimrc` file and run `:BundleInstall`.
### [NeoBundle](https://github.com/Shougo/neobundle.vim)
Add `NeoBundle 'vbe0201/vimdiscord'` to your `.vimrc` file and run `:NeoUpdate`.
### [pathogen.vim](https://github.com/tpope/vim-pathogen)
```sh
git clone https://github.com/vbe0201/vimdiscord.git ~/.vim/bundle/vimdiscord
```