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 using this plugin (installed using antigen), and setting `export NVM_COMPLETION=true`, I don’t get proper completion when I type `nvm `. I get path based completion suggestions instead. Zsh version:...

Is antigen supposed to say `installing nvm` every time I run a new zsh instance, or am I doing something wrong? `export NVM_LAZY_LOAD=true` doesn't solve it either.

A git repo I have checked out locally recently added a `.nvmrc` with version 13.8.0. I don't have that version installed, so every time I enter that directory, it starts...

I'd like to add a feature that disables some messages while switching between multiple versions of node. I use powerlevel10k theme that already prints versions of node so I find...

I install command `undollar` using `npm install -g undollar`, which defines a global commad `$`. When sourcing `zsh-nvim.plugin.zsh`, zsh complains about `(eval):5: parse error near }`. I find this problem...

I see this path, but is there a way I can add this to my $PATH without hardcoding a version? `/home/user/.nvm/versions/node/v17.5.0/bin`

Homebrew is an essential package manager for developers, sysadmins, and power users on macOS. Here is an example of other similar packages supported using homebrew. * https://github.com/zsh-users/zsh-completions * https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/zsh-completions.rb *...

zsh-nvm is pretty slow to load even with NVM_LAZY_LOAD=1 due to the presence of a lots of global binaries. I have ~110 global binaries installed, zprof shows that `_zsh_nvm_lazy_load` alone...

Hi, and thanks for this great project. I'm having an issue when loading zsh-nvm using [zsh-snap](https://github.com/marlonrichert/zsh-snap) ("znap") plugin manager with the setup shown at [marlonrichert/zsh-launchpad](https://github.com/marlonrichert/zsh-launchpad). I get this error: `cmd:...

Hi everybody, I have had this problem for some time now and didn't find a solution, so I hope you guys can help me out. When I use `zsh-nvm` without...