Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Releases: srishanbhattarai/neovim-spotify

0.3.0 Apple Music Support

03 Apr 04:29
Compare
Choose a tag to compare
Pre-release

0.2.0

21 Jul 03:09
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Minor tidying up:

  • Remove leading whitespace in lyrics output
  • Replaced some unwraps with expects (meh!)

First release with feature essentials

03 Feb 13:46
Compare
Choose a tag to compare
Pre-release
Command Description
:SpotifyCurrentSong Echo the current song playing in Spotify
:SpotifyNext Play next track
:SpotifyPrevious Play previous track
:SpotifyPlay Play the track, if currently paused
:SpotifyPause Pause the track, if currently playing
:SpotifyLyrics Find the lyrics for the current track

Error handling is pretty sketchy so if Spotify isn't active, or any other code path other than the ideal one happens, it will crash 🙃