Is there an "include" procedure in vimrc?
- by Somebody still uses you MS-DOS
I have some configuration in my vimrc. Some generic ones, and some other really specific.
I would like to share this config with some co workers, but a lot of them don't need these specific ones.
Instead of editing a bunch of different vimrc, I would like to know if it's possible to have an "include" directive - something like a file named ".vimrc_module" and called from vimrc. Is it possible?