vimrc
vimrc copied to clipboard
Add sourcing from my_configs/
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.