Skip to content

Commit c8b9f72

Browse files
committed
Correct load order of config files in readme
Corrected the load order of config files to match the code. Also added a link for AutoClose
1 parent 529565b commit c8b9f72

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
@@ -169,11 +169,12 @@ There is an additional tier of customization available to those who want to main
169169
fork of spf13-vim specialized for a particular group. These users can create `.vimrc.fork`
170170
and `.vimrc.bundles.fork` files in the root of their fork. The load order for the configuration is:
171171

172-
1. `.vimrc.before.local` - before user configuration
172+
1. `.vimrc.before` - spf13-vim before configuration
173173
2. `.vimrc.before.fork` - fork before configuration
174-
3. `.vimrc.bundles.local` - local user bundle configuration
175-
4. `.vimrc.bundles.fork` - fork bundle configuration
176-
5. `.vimrc.bundles` - spf13-vim bundle configuration
174+
3. `.vimrc.before.local` - before user configuration
175+
4. `.vimrc.bundles` - spf13-vim bundle configuration
176+
5. `.vimrc.bundles.fork` - fork bundle configuration
177+
6. `.vimrc.bundles.local` - local user bundle configuration
177178
6. `.vimrc` - spf13-vim vim configuration
178179
7. `.vimrc.fork` - fork vim configuration
179180
8. `.vimrc.local` - local user configuration
@@ -515,6 +516,7 @@ Here's some tips if you've never used VIM before:
515516
[Airline]:https://github.com/bling/vim-airline
516517
[Powerline]:https://github.com/lokaltog/powerline
517518
[Powerline Fonts]:https://github.com/Lokaltog/powerline-fonts
519+
[AutoClose]:https://github.com/spf13/vim-autoclose
518520

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

0 commit comments

Comments
 (0)