Nvy icon indicating copy to clipboard operation
Nvy copied to clipboard

WSL Neovim

Open guardam opened this issue 5 years ago • 2 comments

It would be cool if Nvy could also use Neovim running on WSL as the backend.

guardam avatar Dec 08 '20 03:12 guardam

I am unsure how feasible this is given that Nvy runs nvim with nvim --embed which expects certain well-defined behaviour from the GUI. For Nvy to work with WSL we would need some way of running nvim as a server.

RMichelsen avatar Dec 09 '20 15:12 RMichelsen

It seems that neovide just uses wsl nvim instead of nvim

https://github.com/Kethku/neovide/blob/94187f1180326324d98a2791214832337b8110d4/src/bridge/mod.rs#L44-L50

guardam avatar Dec 09 '20 20:12 guardam