Basically I want to move everything from ~/.vim into a separate folder, let's say ~/vim_config.
I added this setup my ~/.gvimrc
set runtimepath^=~/vim_config
If I do a :set rtp the ~/vim_config folder is at the top of the list.
But no plugins are loaded. Colorschemes are loaded though.