Tagged in

Programming

usevim
usevim
A blog about Vim
More information
Followers
1.5K
Elsewhere
More, on Medium

Spacemacs Review and Introduction for Vim Users

Spacemacs is an Emacs distribution that feels like Vim when editing, but doesn’t attempt to completely emulate Vim. It’s modal, so it has Normal mode, Insert mode, and loads of the editing, movement, and search commands that we use in Vim every…


Neovim Client Library for Clojure

Jeb Beich has created a Neovim client library for Clojure: jebberjeb/neovim-client. That means you can use Neovim’s inter-process messaging library for scripting Neovim from a Clojure process.


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…