Plugin for calling spotify-player from within neovim. Inspired by vi-mongo
- Neovim (0.5 or later)
spotify-player
CLI tool installed and available in your PATH
Install using lazy.nvim
:
return {
"ArturAdam/spotify-player-nvim",
config = function()
require("spotify-player").setup()
end,
cmd = { "SpotifyPlayer" },
keys = {
{ "<leader>sp", "<cmd>SpotifyPlayer<cr>", desc = "SpotifyPlayer" },
},
}