1.1 KiB
1.1 KiB
#Vim Configuration Files
My vim configuration is relatively straight forward.
###RC File
- Word-wrap is set to 80 characters
- Spaces not tabs; tab-length set to 5
- Wild menu
###Directory Additionally, I have several extensions, as submodules, in .vim/bundle:
- Fugitive for nice Git integration.
- Airline to look nice, but not garish.
- Sneak for getting around.
- Vinegar for a convenient directory browser.
- Pathogen to do the hard work.
- Templates for easy templates.
###Font I prefer using the Droid Monospace font for powerline, which is bundled here for convenience.
####To-Do