-
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
Doesn't work if aliased with --startuptime in shell #14
Comments
Hi @pollen00, can you provide details on (1) the error message you're encountering (and/or any other information on how |
The error is just the "Is vim-startuptime stuck on 0% progress?" screen. I can run neovim in a nested terminal just fine, and the screen goes away and everything works once I remove the alias. |
I'm not sure what could be causing the issue. I've updated It should now include something like the following (this is what's shown for me, which quickly disappears since I don't encounter any issue):
Can you post that information here and/or try running a nested Neovim with the program and arguments from the information that's shown for you (if so, be sure to replace |
This is what's shown in the 0% menu.
Trying to run with those arguments just spits out |
The arguments are shell-escaped, so I'm not sure what's causing the problem. Does the following command run from a
|
It runs, flashes for a sec, and then returns to the |
That's the working behavior. I thought maybe there would be a notification of some error. Can you share the alias command? I'll try to reproduce by matching your configuration. |
It's just |
I have an alias with neovim as
nvim --startuptime /tmp/nvim-startuptime
because I have something to read startuptime onto my dashboard. This breaks vim-startuptime.The text was updated successfully, but these errors were encountered: