Having recently bought myself a macbook pro, I needed to branch off these vim configs for OSX. This repository is the culmination of those efforts.
The .vimrc is pretty empty, aside from the pathogen call. Instead, vim loads the scripts in .vim/plugin in alphabetical order. I like how organised it feels, though it does make edits a bit annoying. I've included filel names (which you can gf to) in order to alleviate some of this difficulty.
plugin/choices.vimhas all the set and let commands in it.plugin/globals.vimhandles all the global variables used by our various pathogen bundles.plugins/keybindings.vimis where all of my kb shortcuts are defined.plugin/nerd-opts.vimopens the file explorer on start.plugin/style.vimhandles the appearance.
This VIM distribution comes with a handful of plugins. Have at it.
Fix all the things.