Skip to content

goopey7/vdrpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

Discord rich presence for Vim.

Supported extensions you can see here.

Installation

  • 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

Build

Compile the main file in the plugin directory with the command:

gcc -Llib main.c -ldiscord-rpc -o vdrpc-out

Usage

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

About

discord rpc for vim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published