@@ -169,11 +169,12 @@ There is an additional tier of customization available to those who want to main
169
169
fork of spf13-vim specialized for a particular group. These users can create ` .vimrc.fork `
170
170
and ` .vimrc.bundles.fork ` files in the root of their fork. The load order for the configuration is:
171
171
172
- 1 . ` .vimrc.before.local ` - before user configuration
172
+ 1 . ` .vimrc.before ` - spf13-vim before configuration
173
173
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
177
178
6 . ` .vimrc ` - spf13-vim vim configuration
178
179
7 . ` .vimrc.fork ` - fork vim configuration
179
180
8 . ` .vimrc.local ` - local user configuration
@@ -515,6 +516,7 @@ Here's some tips if you've never used VIM before:
515
516
[ Airline ] :https://github.com/bling/vim-airline
516
517
[ Powerline ] :https://github.com/lokaltog/powerline
517
518
[ Powerline Fonts ] :https://github.com/Lokaltog/powerline-fonts
519
+ [ AutoClose ] :https://github.com/spf13/vim-autoclose
518
520
519
521
[ spf13-vim-img ] :https://i.imgur.com/UKToY.png
520
522
[ spf13-vimrc-img ] :https://i.imgur.com/kZWj1.png
0 commit comments