Home

Awesome

About

vimify is a plugin for Vim that provides simple Spotify integration. Since it uses the MPRIS2 dbus interface to control Spotify, it works out of the box with all Linux systems, provided that the Vim installation was compiled with python. Using this plugin, users can search for spotify tracks, browse through artists and albums, and completely control the playback of tracks through the desktop version of Spotify, all without leaving the comfort of Vim!

Features and Usage

vimify is designed to interface with a running desktop instance of Spotify. Currently, the following features are supported:

Installation

The preferred way to install vimify is to use pathogen. With pathogen installed, simply run

cd ~/.vim/bundle
git clone https://github.com/MuAnsari96/vimify

and you'll be good to go! Once help tags are generated, you can just run :help vimify in vim to see the manual.