diaszsigma

๐ŸŽถ nowplaying.nvim - See What Music Is Playing

๐Ÿš€ Getting Started

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.

๐Ÿ“ฅ Download Now

Download nowplaying.nvim

๐Ÿ“ Requirements

Before using this plugin, make sure you have:

๐Ÿ”— Download & Install

  1. Visit the Releases page to download the latest version.
  2. Look for the asset that fits your setup and download it.

For most users, simply download the latest .zip file and extract it to your preferred location.

  1. Follow these installation steps:

    • Open Neovim.
    • Run the command:
      :PackerInstall nowplaying.nvim
      
    • Restart Neovim.

Now youโ€™re ready to use nowplaying.nvim.

๐ŸŽจ Features

๐ŸŽง Supported Music Services

nowplaying.nvim supports:

This plugin pulls information directly from these services, so ensure your music application is open and playing tracks to see results.

โš™๏ธ Configuration

You can customize the plugin to fit your preferences. Here are some basic settings:

  1. Open your Neovim configuration file (usually found at ~/.config/nvim/init.lua or ~/.config/nvim/init.vim).
  2. Add the following snippet to enable the plugin:

    require('nowplaying').setup {
        -- your options here
    }
    

๐Ÿ’ก Troubleshooting

If you encounter issues:

๐Ÿ™ Acknowledgments

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!

๐ŸŒ Topics

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.

๐Ÿค Contributing

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.

๐Ÿ“œ License

This plugin is available under the MIT License. See the LICENSE file for details.

๐Ÿ“ฑ Get Support

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!