FMP7.nvim
June 10, 2026 · View on GitHub
A Neovim plugin to control FMP7 (FMP7.exe) from Neovim.
✨ 概要 - Overview -
FMP7.nvim is a plugin to control FMP7 (FMP7.exe) from Neovim.
FMP7.nvimは、NeovimからFMP7(FMP7.exe)を制御するためのプラグインです。
It can be used to play, stop, pause, fade, etc. basic functions.
再生、停止、ポーズ、フェードなど、基本的な機能を利用することができます。
Also, you can use FMP7 plugins to play music files from the following drivers:
また、FMP7の各種プラグインを導入することで、下記のドライバの再生ファイルを再生可能です。
- FMP-SYSTEM (exFMP4)
- P.M.D (exPMD)
- mxdrv (exMXDRV)
- S98P (exS98P)
Warning
This plugin is only for Windows.
このプラグインはWindowsのみで利用できます。
💼 依存関係 - Dependencies -
- Neovim 0.11+
- .NET 10 Runtime
- FMP7
🔧 インストール - Install -
In Neovim
lazy.nvim
return {
"T-b-t-Nchos/FMP7.nvim",
cmd = "FMP",
opts = {
-- your options here.
},
}
🛠️ オプション - Options -
{
fmp7_path = "C:/path/to/FMP7.exe", -- Specify the path of the FMP7 software.
-- If its value is nil, You can't use the boot sub-command.
fadeout_before_play = true, -- Whether to fade out before playing.
play_roots = { "C:\\path\\to\\root\\1", "C:\\path\\to\\root\\2" }, -- Specify the root directories of playing.
disable_os_warn = false, -- Whether to disable the warning message when the OS isn't Windows.
}
💡 使用ソフトウェア - Softwares -
This plugin uses the following software directly, or indirectly.
本プラグインは以下のソフトウェアを直接的、または間接的に使用しています。
- FMP7
- FMP7CLI (T-b-t-nchos/FMP7CLI)
- FMP7 SDK for .NET (zlib/libpng License)
I would like to thank the authors of the following software.
素晴らしいソフトウェアをありがとうございます。