vim
over ssh to a linux system is taking a very long time at startup.
Profiling with vim --startuptime
I found that the problem is setting up the clipboard:
clock elapsed:
5042.066 5041.140: setup clipboard
Is there a way to disable this step?
I never use that anyway and I'd rather have a quicker startup.