amix / vimrc

The ultimate Vim configuration (vimrc)
MIT License
30.77k stars 7.3k forks source link

Add sourcing from my_configs/ #757

Open artnim opened 6 months ago

artnim commented 6 months ago

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.