.. | ||
vim | ||
README.md | ||
vimrc | ||
vimrc.bundles |
#Vim Configuration Files
My vim configuration is relatively straight forward.
###RC File
- Word-wrap is set to 80 characters
- Mappings to quickly edit dotfiles
- Relative numbering, with mapping to quickly swap
###Bundles File The vimrc.bundles file stores the plugin information for Vundle. Currently, I use the following plugins:
- Fugitive for nice Git integration.
- Airline to look nice, but not garish.
- Sneak for getting around.
- Vinegar for a convenient directory browser.
- Templates for easy templates.
- vimwiki for info, diary and notes.
####To-Do