You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have many vim plugins and some functions rely on the ENV. And those functions are also usually triggered at BufEnter and DirChanged. But those functions are work as unexpected due to the direnv load ENV asynchronous.
Could we consider add an option that let users to load ENV synchronous? I think it's better to have a performance degradation than to behave incorrectly.
I'd like to open a pr if you guys like it.
The text was updated successfully, but these errors were encountered:
I have many vim plugins and some functions rely on the ENV. And those functions are also usually triggered at
BufEnter
andDirChanged
. But those functions are work as unexpected due to thedirenv load ENV asynchronous
.Could we consider add an option that let users to load ENV synchronous? I think it's better to have a performance degradation than to behave incorrectly.
I'd like to open a pr if you guys like it.
The text was updated successfully, but these errors were encountered: