Welcome to nowplaying.nvim, a lightweight Neovim plugin designed to show whatโs currently playing in Apple Music or Spotify. With a floating panel, statusline helper, controls, and artwork rendering, you can enjoy your music seamlessly while coding.
Before using this plugin, make sure you have:
For most users, simply download the latest .zip file and extract it to your preferred location.
Follow these installation steps:
:PackerInstall nowplaying.nvim
Now youโre ready to use nowplaying.nvim.
nowplaying.nvim supports:
This plugin pulls information directly from these services, so ensure your music application is open and playing tracks to see results.
You can customize the plugin to fit your preferences. Here are some basic settings:
~/.config/nvim/init.lua or ~/.config/nvim/init.vim).Add the following snippet to enable the plugin:
require('nowplaying').setup {
-- your options here
}
If you encounter issues:
This plugin leverages the capabilities of Neovimโs Lua API, making it efficient and easy to use. Itโs built with love for the Neovim community!
This plugin relates to the following topics: apple-music, applescript, lualine, macos, neovim, neovim-lua-plugin, neovim-plugin, neovim-plugins, noice, nvim, nvim-lua, nvim-plugin, nvim-plugins, spotify.
Your contributions help to improve this plugin. If you have suggestions or find issues, feel free to submit a pull request or report an issue on our GitHub page.
This plugin is available under the MIT License. See the LICENSE file for details.
If you have further questions, you can reach out through the GitHub issues page or check our community discussions.
Enjoy your coding with nowplaying.nvim!