2
I am reorganizing/redoing my vim configuration files and would like to leave different language settings in separate files.
Something like that:
.vimrc
.vimrc.python
.vimrc.ruby
.vimrc.cpp
.vimrc.js
...
I don’t need language settings to be loaded only for that type of file, they can all be loaded at the same time. I’d just like to leave them in separate files, easier to organize and all that.
How would a "include" from one configuration file into another?
Exactly what I needed! Thanks!
– Gabe