Created
August 10, 2012 06:24
-
-
Save iamkristian/3311734 to your computer and use it in GitHub Desktop.
.vim directory layout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+ autoload/ # This is kept for legacy purposes | |
+ bundle/ # Pathogen loads your bundles from here | |
+ snippets/ # Here snipmate snippets go | |
- gvimrc # Settings for the gvim only (mvim) | |
- vimrc # Settings for global vim | |
- bootstrap.sh # Will copy your gvimrc and vimrc to your homedir, and backup your old files to .old |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment