🎵 nvim-music-player
January 6, 2026 · View on GitHub
A simple Neovim music player powered by mpv, written in Python, with a Telescope browser.
Features
- Browse
~/Musicwith Telescope - Play FLAC and mp3 files inside Neovim
- Control playback via commands
- Works with LazyVim
Requirements
- Neovim ≥ 0.9
- Python 3.10+
- mpv
- pynvim
- Telescope
- fd / fdfind
Screenshots

Installation (Lazy.nvim)
{
"ricmonmol/nvim-music-player",
build = "UpdateRemotePlugins", -- REQUIRED
}
Usage
:MusicBrowse- Search and browse music files:MusicPlay <path>- Play music directly from path (e.g.,:MusicPlay /path/to/file.flac):MusicStop- Stop music playback