It would be nice to install npm packages within vim. E.g. ``` javascript var foo = require('body-parser'); ``` When I press the shortcut anywhere on this line, it would execute `npm install --save body-parser`. Would that be possible and doable?