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
Hi,
First of all, thanks for your work on this plugin, its awesome.
I have the situation where my vim setup includes a plugin (coc and subplugins) that requires node to be available. Now if I enable NVM_LAZY_LOAD and start vim it would complain that node is not available. If I run 'node' before I start vim, node is of course available and there is no problem.
Would it be possible to add an option to configure additional commands that trigger the lazy load function? Maybe adding them to the global_binaries?
The text was updated successfully, but these errors were encountered:
Hi,
First of all, thanks for your work on this plugin, its awesome.
I have the situation where my vim setup includes a plugin (coc and subplugins) that requires node to be available. Now if I enable NVM_LAZY_LOAD and start vim it would complain that node is not available. If I run 'node' before I start vim, node is of course available and there is no problem.
Would it be possible to add an option to configure additional commands that trigger the lazy load function? Maybe adding them to the global_binaries?
The text was updated successfully, but these errors were encountered: