anned20 / vimsence

Discord rich presence for Vim
MIT License
45 stars 29 forks source link
discord rich-presence vim vimsence

VimSence

Discord rich presence for Vim

This plugin is archived in favor of hugolgst's fork who does a marvelous job maintaining it

More help about the plugin itself can be found here

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites

You need to have Vim with Python 3 support

Installing

Vim-Plug

  1. Add Plug 'anned20/vimsence' to your vimrc file.
  2. Reload your vimrc or restart
  3. Run :PlugInstall

Vundle or similar

  1. Add Plugin 'anned20/vimsence' to your vimrc file.
  2. Reload your vimrc or restart
  3. Run :BundleInstall

NeoBundle

  1. Add NeoBundle 'anned20/vimsence' to your vimrc file.
  2. Reload your vimrc or restart
  3. Run :NeoUpdate

Pathogen

cd ~/.vim/bundle
git clone https://github.com/anned20/vimsence.git

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details