call plug#begin('~/.vim/plugged')
for f in split(glob('~/.vim/plug.d/*.vim'), '\n')
exe 'source' f
endfor
call plug#end()