Changes
git plugins
Here is a non-exhausive list of really great vim plugin:
= General =
== git ==
* Vim-Fugitive - work on your commits from within GIT! https://github.com/tpope/vim-fugitive
* Git.vim is a plugin that allows the user to perform a lot more Git operations from within the Vim environment. http://github.com/motemen/git-vim/tree/master
* This plugin was designed to display the current branch info in the vim status line. http://github.com/taq/vim-git-branch-info/tree/master
== pathogen ==
For plugin management, after installing you can keep all your plugin in a ~/.vim/bundle. You can keep every plugin as a git depot for git-submodule management or similar.