Is there a way to reference (or \"source\") another user\'s .vimrc file?
When I kuu (a variant of su that uses kerberos security tokens) to
kuu
su
Personally, I just symlink Root's .vimrc's to mine. From BASH (as root):
ln -s /home//.vimrc /root/.vimrc
But you do need to be careful about what's in it.