I am using MacVim at home and using gvim in Windows at work. Since I use git to sync my vim settings, I want the settings to be in the same folder named vimfiles. I set runtimepath in my .gvimrc like this:
set runtimepath=~/vimfiles/,$VIMRUNTIME
but the plugins in ~/vimfiles/plugin
seems not been loaded by MacVim. Am I doing something wrong with it?
Is it because the subfolders in vimfiles were not recursively added to runtimepath?