Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 311 Bytes

File metadata and controls

5 lines (3 loc) · 311 Bytes

This is my vim profile. I'm using vundle to manage my plugins. To make the size of the repository smaller, I removed the .git/ directories inside all my bundles using:

find . | grep /.git$ | xargs rm -rf

If I need to update my plugins, I can remove remove their bundle directory and use :BundleInstall.