Skip to content

Commit

Permalink
Source before config after environment and essentials are set up
Browse files Browse the repository at this point in the history
  • Loading branch information
johntyree committed Nov 27, 2013
1 parent a799a4e commit 3f2a3c3
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .vimrc
Expand Up @@ -15,12 +15,6 @@
" You can find me at http://spf13.com
" }

" Use before config {
if filereadable(expand("~/.vimrc.before"))
source ~/.vimrc.before
endif
" }

" Environment {

" Basics {
Expand All @@ -38,14 +32,12 @@
endif
" }

" Setup Bundle Support {
" The next three lines ensure that the ~/.vim/bundle/ system works
filetype on
filetype off
set rtp+=~/.vim/bundle/vundle
call vundle#rc()
" }
" }

" Use before config if available {
if filereadable(expand("~/.vimrc.before"))
source ~/.vimrc.before
endif
" }

" Use bundles config {
Expand Down

0 comments on commit 3f2a3c3

Please sign in to comment.