且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在 OS X 上安装 MacVim?

更新时间:2021-09-21 02:27:07

  • 第 1 步:从这里安装自制软件:http://brew.sh
  • 步骤 1.1.运行 export PATH=/usr/local/bin:$PATH
  • 第 2 步:运行 brew update
  • 步骤 3. 运行 brew install vim &&brew install macvim
  • 步骤 4. 运行 brew link macvim
  • 您现在拥有由 brew 管理的最新版本的 vim 和 macvim.运行 brew update &&brew upgrade 每隔一段时间升级一次.

    You now have the latest versions of vim and macvim managed by brew. Run brew update && brew upgrade every once in a while to upgrade them.

    这包括安装 CLI mvim 和 mac 应用程序(两者都指向同一事物).

    This includes the installation of the CLI mvim and the mac application (which both point to the same thing).

    我使用这个设置,它的作用就像一个魅力.Brew 甚至负责使用首选选项安装 vim.

    I use this setup and it works like a charm. Brew even takes care of installing vim with the preferable options.