dotfiles/vim/README.md

38 lines
1.4 KiB
Markdown
Raw Normal View History

#Vim Configuration Files
My vim configuration is relatively straight forward.
2015-11-28 02:10:39 +00:00
##Config File
* Word-wrap is set to 80 characters
2015-10-27 22:21:59 +00:00
* Mappings to quickly edit dotfiles
* Relative numbering, with mapping to quickly swap
2015-11-28 02:10:39 +00:00
##Bundles File
The vimrc.bundles file stores the plugin information for
[Vim-Plug](https://github.com/junegunn/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
* [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.
* [Templates](https://github.com/ap/vim-templates.git) for easy templates.
2015-10-27 22:21:59 +00:00
* [vimwiki](https://github.com/vimwiki/vimwiki) for info, diary and notes.
2015-11-28 02:10:39 +00:00
* [Startify](https://github.com/mhinz/vim-startify) for a nice start-page
2015-11-28 02:10:39 +00:00
####Pending Plugins
The following should be eventually installed and configured properly:
* Syntastic
* vim-dispatch
2015-11-28 02:10:39 +00:00
##To-Do
* [ ] Customize Airline more (Optional)
2015-04-22 20:56:00 +00:00
* [ ] Consider adding [gist-vim](https://github.com/mattn/gist-vim) due to
prevalence of Gist at work
2015-10-27 23:20:22 +00:00
* [ ] Look into [ctrlp](https://github.com/kien/ctrlp.vim) for more awesome
searching.
* [ ] Get color situtated.