qvacua / vimr

VimR — Neovim GUI for macOS in Swift
https://twitter.com/VimRefined
MIT License
6.62k stars 218 forks source link

feat: provide neovim original commandline interface #1003

Closed SolaWing closed 8 months ago

SolaWing commented 1 year ago

see #1001, this PR expose neovim original commandline interface. so plugin can create headless subprocess in same host binary.

seealso neovim patch https://github.com/qvacua/neovim/pull/3, should merge together

georgeharker commented 1 year ago

Thanks - I've been running with a dupe of this for a while, and it resolves several issues (eg. neogit not working). Would be great to get these two patched in - thanks @SolaWing

qvacua commented 1 year ago

Thanks! I'll release a new version with this in the next days. Sorry, these days not much free time...

mseri commented 1 year ago

Any update on this?

qvacua commented 8 months ago

I'm sorry for being mute for some time. I've been inactive due to some private reasons. I'll get slowly get restarted and go through all PRs.

georgeharker commented 8 months ago

The PR that removes uibridge might be a better place to start as it allows more or less stock Nvim (and external ones too when the PR to neovim goes in).

Hope all is ok.

qvacua commented 8 months ago

I'll merge this PR and other PRs first since @georgeharker 's PR could take some time, e.g., due to the dependency on his PR to Neovim.