dotfiles/vim
Bill Niblock 2e9ebcd354 Update
2016-10-08 20:02:14 -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 2016-10-08 20:02:14 -04:00
vimrc-plugins Update 2016-10-08 20:02:14 -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.