Skip to content

pipoprods/nvm.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

nvm.nvim

A Node Version Manager integration for Neovim

This plugin will make the expected Node.js available in Neovim.

It will add nvm installation dir to the PATH.

Because of the way nvm works, this plugin wil not be able to install node.js versions that are not available.

Installation

Using lazy.nvim:

return {
  "pipoprods/nvm.nvim",
  config = true,
}

About

Node Version Manager integration into Neovim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages