Home  >  Q&A  >  body text

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)

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

巴扎黑巴扎黑2712 days ago655

reply all(3)I'll reply

  • 过去多啦不再A梦

    过去多啦不再A梦2017-05-16 16:39:31

    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. : )

    reply
    0
  • 我想大声告诉你

    我想大声告诉你2017-05-16 16:39:31

    vimrc 中用 if has() 来区别OS。例如 if has('mac')

    reply
    0
  • 阿神

    阿神2017-05-16 16:39:31

    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

    reply
    0
  • Cancelreply