coolwanglu / neovim-e

Electron UI for Neovim
MIT License
271 stars 29 forks source link

Fixes to make it work with the latest electron #61

Open 1egoman opened 7 years ago

1egoman commented 7 years ago

When attempting to use, these were the fixes I made in order to get the app to run on macOS Sierra. I didn't test on windows or linux (I don't have either machine handy) but since I'm not changing any functionality I'm pretty sure both should still work.

Also, a really neat way to kick off the project:

`node -e "console.log(require('electron'))"` . 
jordwalke commented 7 years ago

Can this be merged?