npm.vim

July 5, 2013 ยท View on GitHub

NPM.vim is a Vim plugin to manage and work with Node Package Manager (NPM) easily.

##Installing

Just clone (or download) repository into ~/.vim/bundle folder:

cd ~/.vim/bundle
git clone https://github.com/afshinm/npm.vim.git

and then open ~/.vimrc file and append this line in the file:

Bundle 'npm.vim'

Then reload the Vim. type :h npm for more detail.