summaryrefslogtreecommitdiff
path: root/plugins/nvm
AgeCommit message (Expand)Author
2023-07-19fix(nvm): remove nvm not found verbose messageCarlo Sala
2023-07-15docs(nvm): clarify autoload setup (#11797)Jarrett Lusso
2023-06-20fix(nvm): disable lazy-loading if autoload is setCarlo Sala
2023-06-20feat(nvm)!: remove soft-deprecated codeCarlo Sala
2023-06-07feat(nvm): add `npx` to lazy trigger listCarlo Sala
2022-12-06fix(nvm): omit message when silent-autoload is enabled (#11371)Michał Regulski
2022-12-01fix(nvm): trim non-printable chars from .nvmrc (#10997)Zeragamba
2022-12-01feat(nvm): add `silent-autoload` setting (#11363)Carlo
2022-11-15feat(nvm)!: settings now are zstyle-based (#11335)Carlo
2022-10-06fix(nvm): source nvm script only when used (#11205)Carlo
2022-04-24fix(nvm): don't try to load nvm via `brew` if not found (#10878)Marc Cornellà
2022-04-22fix(nvm): support path from Apple Silicon Homebrew (#10875)Carlo Sala
2021-12-29docs(nvm): clarify how to get Homebrew directory (#10393)Paul Robert Lloyd
2021-06-13feat(nvm): introduce customizable list of command that triggers lazy loading ...Guo, Quan
2021-01-02docs(nvm): clarify how to enable settings (#9542)Paul Robert Lloyd
2020-10-09nvm: add autoloading of nvm version in .nvmrcDanny Grove
2020-10-09nvm: exit the plugin if the nvm loading script wasn't foundMarc Cornellà
2020-10-09nvm: only lazy-load nvm if the NVM_LAZY setting is setMarc Cornellà
2020-10-09nvm: speed-up nvm loading with `--no-use`Keith Yao
2020-10-09nvm: check $XDG_CONFIG_HOME/nvm for an nvm installationChigozirim C
2020-10-09nvm: simplify nvm.sh and bash completion loadingMarc Cornellà
2020-10-09nvm: use `nvm current` in nvm_prompt_info and look in alternate install locat...Andrew Janke
2020-10-08nvm: add Homebrew's nvm setup (#8316)davidfmatheson
2020-03-09nvm: add `install-latest-npm` to completion (#8709)Nick Paterno
2019-04-08nvm: load nvm script only if command doesn't already exist (#5454)Sascha Bratton
2018-10-03nvm: add README (#7202)Denys Dovhan
2018-07-01update nvm completions with v0.29.0 (#4701)Maciej Sypień
2016-08-07nvm plugin improvements (#5265)Luke Childs
2013-09-05NVM: Avoid providing completions when nvm is not installedPaul Melnikow
2013-09-04Plugin for Node Version ManagerPaul Melnikow