A simple Neovim music player powered by mpv, written in Python, with a Telescope browser.
- Browse
~/Musicwith Telescope - Play FLAC and mp3 files inside Neovim
- Control playback via commands
- Works with LazyVim
- Neovim ≥ 0.9
- Python 3.10+
- mpv
- pynvim
- Telescope
- fd / fdfind
{
"ricmonmol/nvim-music-player",
build = "UpdateRemotePlugins", -- REQUIRED
}:MusicBrowse- Search and browse music files:MusicPlay <path>- Play music directly from path (e.g.,:MusicPlay /path/to/file.flac):MusicStop- Stop music playback


