Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 422 Bytes

File metadata and controls

20 lines (13 loc) · 422 Bytes

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