2017-09-10 20:22:02 +00:00
|
|
|
filetype off " required
|
|
|
|
|
2018-03-17 23:42:49 +00:00
|
|
|
source vimrc.plugins.vim
|
|
|
|
source vimrc.functions.vim
|
|
|
|
|
|
|
|
for f in split(glob('vimrc.d/*.vim'), '\n')
|
|
|
|
exe 'source' f
|
|
|
|
endfor
|
2017-09-10 20:22:02 +00:00
|
|
|
|
2018-03-15 15:26:21 +00:00
|
|
|
" vim: foldmethod=marker
|