I have been using MacVim in graphical mode for several weeks now but I am quite disappointed with its start time.
When I run MacVim as an OSx App bundle then it starts for several seconds. The same goes for opening a new window. I read somewhere that it's because of Vim starts new process for every window and it might be caused by plugins, which are being loaded during every startup, slowing it down.
I don't think that's the case because when I execute MacVim via terminal command then it starts almost instantly.
Does anybody know how to speed the app-start process or where the problem might be?
Thanks.
Update
MacVim was installed through Homebrew, mvim leads to /usr/local/bin/mvim -> ../Cellar/macvim/7.4-94/bin/mvim, which is a bash script, thar runs ..Cellar/macvim/7.4-94/MacVim.app/Contents/MacOS/Vim binary with -g switch. Next to it is MacVim binary, which is somehow needed by Vim binary, because when I tried to move it, it stopped working properly. It seems that when 'Vim -g' is started then it's loaded instantly, but MacVim starts slowly and also any new window opened from already running 'Vim' app starts slowly.