Go to file
2024-03-13 13:27:15 +01:00
lua/nvm fix: named versions are not resolved 2024-03-13 13:27:15 +01:00
LICENSE fix: missing license 2023-10-05 10:19:29 +02:00
README.md feat: nvm.nvim 2023-10-05 08:30:12 +02:00

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,
}