Plugin Roundup: Clam, Vroom.vim, Gist.vim

Clam

Alex R. Young
usevim
1 min readMay 8, 2012

--

Clam (GitHub: sjl / clam.vim, License: MIT/X11) by Steve Losh makes running shell commands on buffers extremely convenient. He’s made a screencast of Clam so you can see how to use it, but basically buffers can be piped through shell commands and the contents replaced.

It doesn’t sound revolutionary, but the screencast sold me on it.

Vroom.vim

Vroom.vim (GitHub: skalnik / vim-vroom, License: MIT) by Mike Skalnik helps run Ruby tests. The current test file can be run with <Leader>r, or the nearest test can be run with <Leader>R.

Gist.vim

Gist.vim (GitHub: mattn / gist-vim, License: BSD) by Yasuhiro Matsumoto makes creating GitHub Gists extremely easy. Typing :Gist will create a Gist with the current buffer; private Gists can be created by adding the -p argument.

Gists can also be listed, fetched, forked, and otherwise manipulated. Yasuhiro has included lots of examples in both the project’s readme and the plugin’s documentation.

--

--