dotfiles/vim
2016-04-28 13:49:53 -04:00
..
vim Update Vim to use Vundle, thus removed many submodules 2015-10-27 19:10:16 -04:00
README.md Refactored and reformatted 2015-11-27 21:10:39 -05:00
vimrc Update vimrc mapping to reflect makefile 2016-03-20 17:02:58 -04:00
vimrc-plugins Minor update 2016-04-28 13:49:53 -04:00

#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

####Pending Plugins The following should be eventually installed and configured properly:

  • Syntastic
  • vim-dispatch

##To-Do

  • Customize Airline more (Optional)
  • Consider adding gist-vim due to prevalence of Gist at work
  • Look into ctrlp for more awesome searching.
  • Get color situtated.