daa84 / neovim-gtk

gtk ui for neovim
GNU General Public License v3.0
716 stars 57 forks source link

pass params to nvim, not only files #103

Closed Zardoz89 closed 6 years ago

Zardoz89 commented 6 years ago

Would be interesting that nvim-gtk pass the "-c {command}", "-cmd {command}" "-d", "-R" and "-x" to nvim. They are useful, for example to allow to launch nvim-gtk from some IDE or other tools, like git mergetool

On my case, i'm trying to indicate to nvim that auto do a ":cd %:p:h" ONLY when I launch it from eclipse. And this would far more easy if I can use "-c" option.

daa84 commented 6 years ago

is PR #101 is what you looking for?

Zardoz89 commented 6 years ago

Yep!