Vim bundle submodule repository

less than 1 minute read

I made the .vim/bundle folder into a repo of submodules. Find it here. In order to successfully clone and set up this folder, first clone bundle, then run git submodule init followed by git submodule update in that folder. Update: The readme now documents the required steps in detail.

Leave a Comment