hands-free-vim / neovim-talon

Talon user file set for controlling both neovim editing and neovim terminals using Talon voice.
MIT License
4 stars 2 forks source link

replace pynvim with different rpc approach #43

Open fidgetingbits opened 3 months ago

fidgetingbits commented 3 months ago

pynvim won't work on Mac due to greenlet binary library dependency (see #1). We can just replace it, possibly by using aegis actualvim approach of doing the rpc ourselves or seeing if there is another existing python library without native dependencies.