@@ -179,11 +179,12 @@ There is an additional tier of customization available to those who want to main
179179fork of spf13-vim specialized for a particular group. These users can create ` .vimrc.fork `
180180and ` .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
1831832 . ` .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
1871886 . ` .vimrc ` - spf13-vim vim configuration
1881897 . ` .vimrc.fork ` - fork vim configuration
1891908 . ` .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