Discord rich presence for Vim.
Supported extensions you can see here.
- Add
Plug 'pucka906/vdrpc'
to your vimrc file. - Reload your vimrc.
- Run
:PlugInstall
- Add
Plugin 'pucka906/vdrpc'
to your vimrc file. - Reload your vimrc.
- Run
:BundleInstall
git clone https://github.com/pucka906/vdrpc.git ~/.vim/bundle/vdrpc
Compile the main file in the plugin directory with the command:
gcc -Llib main.c -ldiscord-rpc -o vdrpc-out
To start :StartDiscordRpc
To stop :StopDiscordRpc
To display the file size in bytes instead of the path to it, put this to your .vimrc
file:
let g:vdrpc_filesize = 1
To automatically start the plugin, put this in your .vimrc
file:
let g:vdrpc_autostart = 1