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.