-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot open uivonim from the command-line with parameters #421
Comments
This is going to be fairly important for me, because I frequently use |
Hmm so not totally sure how to go about fixing this, but threw together something real quick, mind giving it a test? https://github.com/smolck/uivonim/tree/fix-421 With that branch this works: |
It works reasonably well. It still outputs a lot of logs when run that way. Ideally things can work with |
Maybe could try adapting this cli wrapper from MacVim: https://github.com/macvim-dev/macvim/blob/0b2587e10c63404503c43f9e47bfc574bc3a7a87/src/MacVim/mvim |
+100 this. I've been using macvim for as long as I can remember, maybe 10+ years and this is the first alternative that makes me consider dropping macvim (and I've tried most/all of them). This is great. |
Just for the sake of completeness -- if all you're looking for is "Macvim-but-with-Neovim", that is https://github.com/qvacua/vimr. (Which is not as shiny as Uivonim, of course!) |
I’m using the arm64 build I made as discussed in #411; I can’t seem to open it from the command-line with parameters.
Neither of these works:
I would expect the file
chat.md
to be opened; it is not. As I havestartify
in my configuration, I see that (which should not be the case).Eventually, it would be useful for there to be a command (
:Uivonim install-helper
) that installs a helper script (similar tocode
for VScode).The script for
code
is this:The rough equivalent of that script would result in this:
/Applications/uivonim.app/Contents/MacOS/uivonim /Applications/uivonim.app/Contents/Resources/app/build/main/main.js chat.md
, which also doesn’t work. Changing the command to includeELECTRON_RUN_AS_NODE=1
fails:The text was updated successfully, but these errors were encountered: