This repository has been archived by the owner on May 26, 2023. It is now read-only.
Releases: srishanbhattarai/neovim-spotify
Releases · srishanbhattarai/neovim-spotify
0.3.0 Apple Music Support
- Adds support for Apple Music (thanks to @devanlooches)
0.2.0
Minor tidying up:
- Remove leading whitespace in lyrics output
- Replaced some
unwrap
s withexpect
s (meh!)
First release with feature essentials
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 🙃