dotfiles/vim
2017-09-22 11:15:26 -04:00
..
vim vim: remove unused files 2017-08-16 20:06:26 -04:00
README.md vim: Formatting and clean-up 2017-08-15 23:05:04 -04:00
vimrc vimrc: Don't set tabstop; do set default dict 2017-09-22 10:57:58 -04:00
vimrc-plugins vim-plugins: Cull and reorganize 2017-09-22 11:15:26 -04:00

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. 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