vim text editor configuration for software development.
Using "Zen" mode [ctrl-z] when reading and editing Markdown files:
Vim 7.4+ with Lua
support (required by the neocomplete plugin).
To install the latest vim
on OSX follow these instructions.
Clone the repository to your machine:
git clone git://github.com/140am/.vim.git ~/.vim
cd .vim
git submodule init
git submodule update
ln -s ~/.vim/vimrc ~/.vimrc
Start vim
or mvim
(MacVim).
Install go tools if required (gocode, godef, goimport,..) within vim
via:
:GoInstallBinaries
All settings are documented within the vimrc configuration file.
Most of the plugins I use I found via the great vimrc by @amix and the gist by @cridenour.