[Description]
I hope to make my Vim more robust. In addition, I mainly work under Linux-cmd.
Looking at the number one spfvim on github, although it has many stars, it has been installed several times with various errors (I followed its wiki step by step)
I think your question is quite good, but it’s a bit broad. Why don’t you post the installation error you encountered and we can solve it together. : )
vimrc
中用if has()
来区别OS。例如if has('mac')
How to determine which OS vim is running on
How to judge whether the plug-in supports a certain OS (many of them need to be compiled and do not support win)
How to turn off specific plug-ins on specific OS, or use different settings