coolwanglu / neovim-e

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

is there a way to pass command line params to nvim binary? #19

Closed jmlucjav closed 9 years ago

jmlucjav commented 9 years ago

I see in #9 you can pass a file, but what about all params nvim accepts?

coolwanglu commented 9 years ago

yes, just add the parameters after atom-shell .

jmlucjav commented 9 years ago

welll, if I run this

atom-shell\atom.exe . -u NONE -U NONE

I get this, and exits inmediately:

[6520:0225/175427:INFO:renderer_main.cc(211)] Renderer process started [5744:0225/175427:INFO:CONSOLE(22)] "child process spawned: 8128", source: neovim.as\src\nvim\nvim.js (22) [5744:0225/175427:INFO:CONSOLE(25)] "child process closed", source: neovim.as\src\nvim\nvim.js (25) [6520:0225/175427:ERROR:webgraphicscontext3d_command_buffer_impl.cc(243)] Failed to initialize GLES2CmdHelper.

coolwanglu commented 9 years ago

@jmlucjav I can confirm this, I've opened #20.