zsh-nvm icon indicating copy to clipboard operation
zsh-nvm copied to clipboard

Zsh plugin for installing, updating and loading nvm

Results 36 zsh-nvm issues
Sort by recently updated
recently updated
newest added

When enabling NVM_AUTO_USE I am presented with the output of `nvm use` when I `cd` into a directory containing a `.nvmrc` file. Would be useful for a config option to...

This PR adds autocompletion to the zsh-nvm plugin based on the official nvm plugin `_nvm` file: https://github.com/robbyrussell/oh-my-zsh/blob/52f58785645c18aa88ea515d070a42bcfe97508d/plugins/nvm/_nvm Closes #57

Move all functions from main file to autoloaded files in `functions/` dir

Hi! I don't understand too well the zshrc config file, or PATH settings, so be patient with me :) I just want to know why VScode dont use default version...

`_zsh_nvm_auto_use` will return early if `nvm_find_nvmrc` is not found, which will be the case when lazy loading. Would you consider including a copy of `nvm_find_nvmrc` inside your code if lazy...

I love the plugin and appreciate the work you put in to make it possible. ## Question I'm not a filing a bug report but just asking a question or...

When I have `NVM_LAZY_LOAD` enabled I experience a several second delay after every command I run before the prompt returns. This appears to be caused by the [spaceship prompt](https://github.com/denysdovhan/spaceship-prompt) attempting...

Tested to install latest nightly. The version_list code is copy pasta from nvm sauce with slight modification However I couldnt copy pasta the nvm_download function.. which has lot of internal...

I noticed that the glob is run twice. this basically halves the startup time for lazy load