Replies: 1 comment 2 replies
-
The new rewrite of the plugin allows you to customise how autoloading works so you can build this into your config. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think autoloading should be disabled if Neovim was started with piped data, e.g.
ls -l | nvim
.It is very unlikely that the user wants the session to be autoloaded in this situation.
Just like when explicitly passing in the files to open via command line arguments.
However, I have no idea how to detect if Neovim was started this way...
If anyone know APIs related to this, give me a heads up.
Beta Was this translation helpful? Give feedback.
All reactions