QQ.vim

QQ.vim is a plugin for vim that lets you do remote queries over with curl from inside vim. The template for QQ’s features was Postman an awesome browser extension for chrome. Hopefully this will help people building API’s in vim!

My personal highlight of this plugin was implementing Base64 in vimscript for Basic authentication. It was all like binary and things.