Skip to content

Commit 7254af9

Browse files
committed
Merge pull request spf13#542 from jredville/patch-2
Correct load order of config files in readme
2 parents e028ed8 + c8b9f72 commit 7254af9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.markdown

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,12 @@ There is an additional tier of customization available to those who want to main
179179
fork of spf13-vim specialized for a particular group. These users can create `.vimrc.fork`
180180
and `.vimrc.bundles.fork` files in the root of their fork. The load order for the configuration is:
181181

182-
1. `.vimrc.before.local` - before user configuration
182+
1. `.vimrc.before` - spf13-vim before configuration
183183
2. `.vimrc.before.fork` - fork before configuration
184-
3. `.vimrc.bundles.local` - local user bundle configuration
185-
4. `.vimrc.bundles.fork` - fork bundle configuration
186-
5. `.vimrc.bundles` - spf13-vim bundle configuration
184+
3. `.vimrc.before.local` - before user configuration
185+
4. `.vimrc.bundles` - spf13-vim bundle configuration
186+
5. `.vimrc.bundles.fork` - fork bundle configuration
187+
6. `.vimrc.bundles.local` - local user bundle configuration
187188
6. `.vimrc` - spf13-vim vim configuration
188189
7. `.vimrc.fork` - fork vim configuration
189190
8. `.vimrc.local` - local user configuration
@@ -527,6 +528,7 @@ Here's some tips if you've never used VIM before:
527528
[Airline]:https://github.com/bling/vim-airline
528529
[Powerline]:https://github.com/lokaltog/powerline
529530
[Powerline Fonts]:https://github.com/Lokaltog/powerline-fonts
531+
[AutoClose]:https://github.com/spf13/vim-autoclose
530532

531533
[spf13-vim-img]:https://i.imgur.com/UKToY.png
532534
[spf13-vimrc-img]:https://i.imgur.com/kZWj1.png

0 commit comments

Comments
 (0)