Skip to content

neovim

Controls which Neovim binary Zonvie launches, and how it connects to it (locally, over WSL, or over SSH).

[neovim]
path = "nvim"
wsl = false
wsl_distro = "Ubuntu"
ssh = false
ssh_host = "user@example.com"
ssh_port = 22
ssh_identity = "~/.ssh/id_rsa"
Key Description
path Path to Neovim executable
wsl Enable WSL mode on Windows (true/false)
wsl_distro WSL distribution name
ssh Enable SSH mode (true/false)
ssh_host SSH host (user@host format)
ssh_port SSH port number
ssh_identity Path to SSH private key