.. | ||
vim | ||
README.md | ||
vimrc | ||
vimrc-plugins |
#Vim Configuration Files
My vim configuration is relatively straight forward.
##Config 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 Vim-Plug. Included in the file is a command to check for and pull-down the vim-plug files, if not previously installed.
####Notable 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.
- Startify for a nice start-page
####Pending Plugins The following should be eventually installed and configured properly:
- Syntastic
- vim-dispatch
##To-Do