-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
Shims for NVM #577
Comments
It looks like the shim could just source in |
What about |
If a minimal PR can be made, great! However, please also consider creating a separate |
For anyone who sees this in the future, you can set this up yourself by creating a file in
This assumes that the |
Having a shim for
nvm
(and others likenode
) would make it possible to use NVM under Vim (since Vim doesn't have the most elegant solution for loading in shell functions as pseudo-executables). This could help projects like Tern.Caveats: Other things like the binaries used by node might not be discoverable immediately by node (might be wrong, working on PR to confirm this).
The text was updated successfully, but these errors were encountered: