2017-08-16 03:05:04 +00:00
|
|
|
# Vim Configuration Files
|
2015-04-14 20:13:23 +00:00
|
|
|
|
2017-08-16 03:05:04 +00:00
|
|
|
My vim configuration is relatively straight forward and thoroughly commented.
|
2015-04-14 20:13:23 +00:00
|
|
|
|
2017-05-21 04:15:40 +00:00
|
|
|
### Bundles File
|
2015-11-28 02:10:39 +00:00
|
|
|
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
|
2016-10-27 22:01:24 +00:00
|
|
|
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.
|
2015-11-28 02:10:39 +00:00
|
|
|
|
2017-05-21 04:15:40 +00:00
|
|
|
## Notable Plugins
|
2015-04-14 20:13:23 +00:00
|
|
|
* [Fugitive](https://github.com/tpope/vim-fugitive) for nice Git integration.
|
2017-08-16 03:05:04 +00:00
|
|
|
* [Polyglot](https://github.com/sheerun/vim-polyglot) for language files.
|
2015-10-27 22:21:59 +00:00
|
|
|
* [vimwiki](https://github.com/vimwiki/vimwiki) for info, diary and notes.
|
2017-08-16 03:05:04 +00:00
|
|
|
* [goyo](https://github.com/junegunn/goyo.vim) for zen-like text editing.
|