dotfiles/vim/README.md
Bill Niblock 2652ddcb9f Update configurations
- Modified a few settings in Tmux
- Changed how the clocks look on the status bar

- Removed Vundle, using vim-plug instead
- Moved all plug-in related configuration to vimrc.bundles
2015-11-22 21:14:11 -05:00

1.2 KiB

#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 Vim-Plug. Currently, I use the following plugins:

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

  • Syntastic
  • vim-startify
  • 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.