@@ -179,11 +179,12 @@ There is an additional tier of customization available to those who want to main
179
179
fork of spf13-vim specialized for a particular group. These users can create ` .vimrc.fork `
180
180
and ` .vimrc.bundles.fork ` files in the root of their fork. The load order for the configuration is:
181
181
182
- 1 . ` .vimrc.before.local ` - before user configuration
182
+ 1 . ` .vimrc.before ` - spf13-vim before configuration
183
183
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
187
188
6 . ` .vimrc ` - spf13-vim vim configuration
188
189
7 . ` .vimrc.fork ` - fork vim configuration
189
190
8 . ` .vimrc.local ` - local user configuration
@@ -527,6 +528,7 @@ Here's some tips if you've never used VIM before:
527
528
[ Airline ] :https://github.com/bling/vim-airline
528
529
[ Powerline ] :https://github.com/lokaltog/powerline
529
530
[ Powerline Fonts ] :https://github.com/Lokaltog/powerline-fonts
531
+ [ AutoClose ] :https://github.com/spf13/vim-autoclose
530
532
531
533
[ spf13-vim-img ] :https://i.imgur.com/UKToY.png
532
534
[ spf13-vimrc-img ] :https://i.imgur.com/kZWj1.png
0 commit comments