To enable structurizing of own stuff or using dotfile
managers, this PR add the sourcing of *.vim files from the
my_config/ directory. If the
glob("~/.vim_runtime/my_configs/*.vim",1,1) list is empty, the
~/.vim_runtime/my_configs.vim is sourced as previously.
To enable structurizing of own stuff or using dotfile managers, this PR add the sourcing of
*.vim
files from themy_config/
directory. If theglob("~/.vim_runtime/my_configs/*.vim",1,1)
list is empty, the~/.vim_runtime/my_configs.vim
is sourced as previously.