2015-04-14 20:13:23 +00: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](https://github.com/tpope/vim-fugitive) for nice Git integration.
|
|
|
|
* [Airline](https://github.com/bling/vim-airline) to look nice, but not garish.
|
|
|
|
* [Sneak](https://github.com/justinmk/vim-sneak) for getting around.
|
2015-04-22 20:56:00 +00:00
|
|
|
* [Vinegar](https://github.com/tpope/vim-vinegar) for a convenient directory
|
|
|
|
browser.
|
2015-04-14 20:13:23 +00:00
|
|
|
* and [Pathogen](https://github.com/tpope/vim-pathogen) to do the hard work.
|
|
|
|
|
2015-06-27 20:12:05 +00:00
|
|
|
###Font
|
|
|
|
I prefer using the Droid Monospace font for powerline, which is bundled here for
|
|
|
|
convenience. The font is licensed under the Apache License, Version 2.0.
|
|
|
|
|
2015-04-14 20:13:23 +00:00
|
|
|
####To-Do
|
2015-04-22 20:56:00 +00:00
|
|
|
* [ ] Customize Airline more.
|
|
|
|
* [ ] Consider adding [gist-vim](https://github.com/mattn/gist-vim) due to
|
|
|
|
prevalence of Gist at work
|
|
|
|
* [ ] Consider adding [vim-notes](https://github.com/xolox/vim-notes) and/or
|
|
|
|
[vimwiki](https://github.com/vimwiki/vimwiki) for notes
|