Don't explicitly load plugins [Close #118]

This commit is contained in:
yan 2012-07-10 10:09:56 -07:00
parent 11fd924d64
commit d200995c79

4
vimrc
View File

@ -102,7 +102,3 @@ set wildignore+=*.png,*.jpg,*.gif
set scrolloff=8 "Start scrolling when we're 8 lines away from margins set scrolloff=8 "Start scrolling when we're 8 lines away from margins
set sidescrolloff=15 set sidescrolloff=15
set sidescroll=1 set sidescroll=1
for f in split(glob('~/.vim/plugin/settings/*.vim'), '\n')
exe 'source' f
endfor