My dotfiles
See .vim/after/ftplugin/ for extension specific overrides.
Reference: http://vimdoc.sourceforge.net/htmldoc/usr_05.html#05.4 Scroll down to the section on filetype plugins.
https://github.com/tpope/vim-pathogen
Install to ~/.vim/autoload/pathogen.vim. Or copy and paste the following into your terminal/shell:
mkdir -p ~/.vim/autoload ~/.vim/bundle && \
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim