equalsraf / neovim-qt

Neovim client library and GUI, in Qt5.
https://github.com/equalsraf/neovim-qt/wiki
ISC License
1.87k stars 171 forks source link

Forward nvim arguments transparently #172

Closed koppa closed 2 years ago

koppa commented 8 years ago

It would be nice to pass the all arguments to neovim directly without the -- flag. It should be no problem. Currently only the --embed and --help flags are used by neovim and neovim-qt.

For example I often use the diff mode (-f).

justinmk commented 8 years ago

See https://github.com/equalsraf/neovim-qt/issues/148

This was already addressed on master, maybe you have an old version?

equalsraf commented 8 years ago

148 only addresses filenames. Flags such as -f still require using --.

jgehrig commented 4 years ago

Related #449.

equalsraf commented 2 years ago

Closing as a duplicate of https://github.com/equalsraf/neovim-qt/issues/449