dotfiles/vim
2015-04-22 17:57:52 -04:00
..
vim Adding vim-vinegar to submodules 2015-04-14 18:25:23 -04:00
README.md Readme update 2015-04-22 17:57:52 -04:00
vimrc Added Readme; Utilizing submodules for vim addons. 2015-04-14 17:22:21 -04:00

#Vim Configuration Files

My vim configuration is relatively straight forward.

###RC File

  • Word-wrap is set to 80 characters
  • Spaces not tabs; tab-length set to 5
  • Wild menu

###Directory Additionally, I have several extensions, as submodules, in .vim/bundle:

  • Fugitive for nice Git integration.
  • Airline to look nice, but not garish.
  • Sneak for getting around.
  • Vinegar for a convenient directory browser.
  • and Pathogen to do the hard work.

###Utilization To use these configuration, perform the following steps

  1. Copy or sym-link vimrc to .vimrc in your home directory

cp vimrc ~/.vimrc

-+ or +-

ln ~/.vimrc vimrc

  1. Copy the vim directory to .vim in your home directory

cp -r vim ~/.vim

This process is currently unautomated, and as such any updates to this repository will need to be manually copied as above.

####To-Do

  • Implement dotbot for automation.
  • Customize Airline more.
  • Consider adding gist-vim due to prevalence of Gist at work
  • Consider adding vim-notes and/or vimwiki for notes