dotfiles/vim/README.md
Bill Nibz d16f50e4ce vim: Formatting and clean-up
- README.md: Fixed formatting
- vimrc: Comments and clean-up
- vimrc-plugins: Clean-up
2017-08-15 23:05:04 -04:00

16 lines
804 B
Markdown

# Vim Configuration Files
My vim configuration is relatively straight forward and thoroughly commented.
### 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. 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
* [Fugitive](https://github.com/tpope/vim-fugitive) for nice Git integration.
* [Polyglot](https://github.com/sheerun/vim-polyglot) for language files.
* [vimwiki](https://github.com/vimwiki/vimwiki) for info, diary and notes.
* [goyo](https://github.com/junegunn/goyo.vim) for zen-like text editing.