How to set up Vim for Go Development

One of Go’s greatest features is that it greatly integrates with Vim. In this article, I’ll show you how to setup your Vim for Go development… Read more

Similar

Vim vs. Emacs: The Working Directory

Vim and Emacs have different internals models for the current working directory, and these models influence the overall workflow for each editor. They decide how files are opened, how shell commands are executed, and how the build system is operated. Thes... (more…)

Read more »