daa84 / neovim-lib

Rust library for Neovim clients
GNU Lesser General Public License v3.0
192 stars 26 forks source link

Add support to session for unix socket #1

Closed mikezaby closed 7 years ago

daa84 commented 8 years ago

Thanks for the patch. But there is a problem, it does not compile on windows. So i think it is need to use cargo features here or directly cfg="linux" maybe?

mikezaby commented 8 years ago

Ok, i'll check about this.