dotfiles/vim
2016-12-09 19:24:16 -05:00
..
vim Update Vim README; add Vimwiki journal template 2016-10-27 18:01:24 -04:00
README.md Update Vim README; add Vimwiki journal template 2016-10-27 18:01:24 -04:00
vimrc Minor updates 2016-11-21 12:26:01 -05:00
vimrc-plugins Minor updates 2016-12-09 19:24:16 -05: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. All configurations related to plugins goes into this file also, so if I want a plugin-free install, I can ignore this file and still run fine.

####Notable Plugins

##To-Do

  • Customize Airline more (Optional)
  • Consider adding gist-vim due to prevalence of Gist at work
  • Get color situtated.