I am reorganizing / remapping my vim configuration files and would like to leave different language settings in separate files. Something like this:
.vimrc
.vimrc.python
.vimrc.ruby
.vimrc.cpp
.vimrc.js
...
I do not need the language settings to be loaded only for that file type, all of which can be loaded at the same time. I would just like to leave them in separate files, easier to organize and everything.
How would you "include" one configuration file in another?