vhakulinen / gnvim

GUI for neovim, without any web bloat
MIT License
1.85k stars 69 forks source link

Replace neovim-lib with nvim-rs #134

Closed vhakulinen closed 4 years ago

vhakulinen commented 4 years ago

Replace neovim-lib with nvim-rs so we can do all the communication to neovim within the GTK's main loop. Nvim-rs also has better support for async/await communication.