mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
This should be reasonably close to my original forked thoughtbot dotfiles configuration. I'm sure there will be some tweaks required!
4 lines
75 B
VimL
4 lines
75 B
VimL
for f in split(glob('~/.vim/vimrc.d/*.vim'), '\n')
|
|
exe 'source' f
|
|
endfor
|