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.