Top Stories published by usevim in April of 2015
02
04
06
07
09
11
13
14
16
18
20
21
23
25
27
28

A Static Analysis of the Vim Source

I saw an article posted by Christian Brabandt to the vim_dev group about a static analysis of the Vim source:

For each compiler call, we added an analyzer call into the make-file … Then we built the project in the usual way through the make…

EnhancedDiff

Default and patience

The EnhancedDiff plugin (GitHub: chrisbra/vim-diff-enhanced, License: Vim) by Christian Brabandt is a plugin for showing diffs with the…


Emacs in Neovim

There’s a pull request on the neovim / neovim project that adds libvterm. This library is a C implementation of a terminal emulator that provides callbacks for drawing, so Thiago de Arruda has hooked into it and displays the output from within Neovim.


Vim Stickers and Posters

Unixstickers has a new Vim poster that’s a giant Vim logo. I have a Vim Unixsticker, and unlike most of my other…


Script Roundup: vim-http-client, gulp-vim

vim-http-client

vim-http-client (GitHub: aquach/vim-http-client) is a simple HTTP client for Vim. You can specify requests using plain text, and the script will generate a request that is managed by a Python script.


Writing Erlang with Vim

If you’re an Erlang fan, how do you configure Vim? Adam Rutkowski sent me Writing Erlang with Vim, which includes his favourite plugins for tmux integration, Erlang code navigation, and documentation lookups.

Did you know that there’s a suite of vim plugins…

Silver Searcher Plugin

Vim Ags

There’s a new Silver Searcher plugin (GitHub: gabesoft/vim-ags) by Gabriel Adomnicai that aims to improve search result…


Vim is on GitHub

Google Code is shutting down, so Vim is finally moving to GitHub! You can find it at vim/vim.

I found this through the vim dev group. Given that almost every Vim script that I write about is hosted on GitHub, is seems clear that the community at large prefers GitHub. So…

These were the top 10 stories published by usevim in April of 2015. You can also dive into daily archives for April of 2015 by using the calendar at the top of this page.