In order to improve the cross-platform nature of your Vim configuration, what should you know? (Cross-platform refers to: command line and GUI; Windows, Linux and MacOS)
巴扎黑
巴扎黑 2017-05-16 16:37:31
0
3
707

[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)

巴扎黑
巴扎黑

reply all(3)
过去多啦不再A梦

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template