Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```