▲ 71 r/neovim
remote-ssh.nvim - Effortless Neovim remote development
Hey r/neovim,
I spent a few weekends building rnvim — a standalone Rust CLI that does one thing: connects your local Neovim UI to a Neovim instance running fully on a remote host.
Usage is just rnvim user@host, as long as both machines have nvim installed.
What makes it different:
No local Neovim plugins needed — your
init.luastays untouchedLSPs, plugins, and heavy indexing all run on the remote
Auto-bootstraps the server binary on first connect, nothing to install manually
This is my first contribution to the Neovim community, so I'd really appreciate any feedback — whether it's a bug, a missing feature, or just thoughts on the approach. Feel free to share it if you think others would find it useful!
u/OneFisherman168 — 3 days ago