Did you check the documentation?
Is your feature request related to a problem? Please describe.
Currently in step to produces, users are sometimes required to provide v:argv. To do that they have to go to the nested Nvim in terminal emulator buffer, then run command in there (which is what this plugin is made to save users from).
Describe the solution you'd like
Instead we should just write v:argv to a log file (stdpath("log") .. "/unnest")
Describe alternatives you've considered
No
Additional context
No response
Did you check the documentation?
Is your feature request related to a problem? Please describe.
Currently in step to produces, users are sometimes required to provide
v:argv. To do that they have to go to the nested Nvim in terminal emulator buffer, then run command in there (which is what this plugin is made to save users from).Describe the solution you'd like
Instead we should just write
v:argvto a log file (stdpath("log") .. "/unnest")Describe alternatives you've considered
No
Additional context
No response