My personal configuration files for easy set up across machines. If you see something interesting in my dotfiles or want to just use these entirely go ahead and do so! I haven't written up installation instructions because this is for my personal use but maybe I'll write them up when I get more time 😄
I primarily use Pathogen to install and manage plugins. Install some really cool vim color schemes here.
- Vim Sensible: Default vim settings that might make pair programming easy.
- Auto Pairs: Pairwise insertion/deletion of brackets, braces, quotes.
- Nerd Tree: File system explorer for vim.
- Vim Airline: An excellent
status line for vim.
- Airline Themes: Collection of themes to customize your vim status line.
- Vim Surround: Provides mappings to insert and delete pairs of quotes or parens.
- Vim Commentary: One of the most useful plugins to comment code out easily.
- Vim Fugitive: An insane git wrapper for vim that we all need.
- Git Gutter: Show git diff markers like changes, additions, etc to your files.
Logo taken from here