My Vim Configuration
I’ve been using Vim for a while.
My love for it started when I started investing time poking around .vimrc
files lying inside the hundreds of dotfiles GitHub repositories.
For each .vimrc
I read, I paused to read the :help of every Vim option or command I didn’t know yet. Or I studied the details of every ingenious mapping I couldn’t decipher at a glance.
As @DanielMiessler puts it:
I’ve been sharing this Vim configuration with my coworkers for about a year with great success. It comes in two flavors:
- vanilla: a self-contained
.vimrc
configuration file. - heavenly: everything present in vanilla + many plugins.
Plugin management is based on Tim Pope’s pathogen.
Feel free to have a look in my GitHub repository.