My personal vim configuration for developing Python, Clojure, Scala. Also includes handful of utilities to enhance the vim experience.
cd ~
git clone git://github.com/codyrioux/.vim.git ~/.vim
ln -s .vim/.vimrc
Executing :PlugInstall
will install the plugins.
Executing :PlugUpdate
will update all plugins.
See the documentation for vim-plug for more details on plugin management.