dotfiles/vim
Bill Niblock 632daf66a9 More Vim edits
- More statusline work.
- Remove Startify
2017-05-21 15:59:34 -04:00
..
vim Fidgeting 2017-01-27 20:52:36 -05:00
README.md Vim update 2017-05-21 00:15:40 -04:00
vimrc More Vim edits 2017-05-21 15:59:34 -04:00
vimrc-plugins More Vim edits 2017-05-21 15:59:34 -04:00

#Vim Configuration Files

My vim configuration is relatively straight forward. I comment most lines.

Bundles File

The vimrc.bundles file stores the plugin information for 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