RMichelsen / Nvy

Nvy - A Neovim client in C++
MIT License
332 stars 28 forks source link

WSL support #122

Closed FlyinCow closed 2 months ago

FlyinCow commented 4 months ago

It would be nice to have WSL support like neovide, maybe an option like nvy --wsl. It seems that neovide is doing this by call wsl nvim.

RMichelsen commented 2 months ago

Unfortunately I think due to the way Nvy pipes input and output it is not as simple as running wsl nvim instead of nvim, I am open to a workaround but I don't think we should change the fundamentals of how Nvy communicates with nvim.