diff --git a/.vimrc.bundles b/.vimrc.bundles index 997ae9623..f0a888e35 100644 --- a/.vimrc.bundles +++ b/.vimrc.bundles @@ -101,6 +101,7 @@ " General { if count(g:spf13_bundle_groups, 'general') + Bundle 'ap/vim-buftabline' Bundle 'scrooloose/nerdtree' Bundle 'altercation/vim-colors-solarized' Bundle 'spf13/vim-colors' @@ -244,7 +245,7 @@ " HTML { if count(g:spf13_bundle_groups, 'html') - Bundle 'amirh/HTML-AutoCloseTag' + Bundle 'vim-scripts/HTML-AutoCloseTag' Bundle 'hail2u/vim-css3-syntax' Bundle 'gorodinskiy/vim-coloresque' Bundle 'tpope/vim-haml'