neovim
Controls which Neovim binary Zonvie launches, and how it connects to it (locally, over WSL, or over SSH).
[neovim]path = "nvim"wsl = falsewsl_distro = "Ubuntu"ssh = falsessh_port = 22ssh_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 |