Skip to content

Latest commit

 

History

History
executable file
·
35 lines (24 loc) · 1.54 KB

File metadata and controls

executable file
·
35 lines (24 loc) · 1.54 KB

A handy vim config

(This time, for Macs.)

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.

Overview

  • plugin/choices.vim has all the set and let commands in it.
  • plugin/globals.vim handles all the global variables used by our various pathogen bundles.
  • plugins/keybindings.vim is where all of my kb shortcuts are defined.
  • plugin/nerd-opts.vim opens the file explorer on start.
  • plugin/style.vim handles the appearance.

Plugins

This VIM distribution comes with a handful of plugins. Have at it.

Todo

Fix all the things.