This is my .vim folder. It is a simple but useful vim configuration with no major package dependences. Just run the curl command below on any Mac or Linux host to get colors, tab completion, git awareness, and golang support with a beautiful status bar.
- Pathogen (package manager)
- vim-go (golang enhancements)
- vim-sensible (very passive boilerplate improvements)
- vim-lightline (lighter variant of vim-airline - pretty status bar)
- vim-fugitive (git status in the status bar)
- supertab (easy tab completion)
- monokai (color theme)
An installer is included for easy deployment. Just run the following. Your existing ~.vim file will be placed at ~/.vim.old. You must have git installed.
curl -L 'https://raw.githubusercontent.com/integrii/.vim/master/.github-installer.sh' | bashExtending this config with more packages is easy. Just cd to the ~/.vim/bundle directory and git clone the package you want to install. Likewise, delete any package directories in there you don't want or like.
If you want to do some config changes or overrides, just place them in your regular ~/.vimrc file.

