How can I install MacVim on OS X?

前端 未结 4 1568
不思量自难忘°
不思量自难忘° 2020-12-04 05:25

I am using OS X 10.9.1 (Mavericks).

What are the systematic steps to install to Gvim or MacVim in Mac OS? If you write the steps using 1, 2, 3, ..., it would be easy

相关标签:
4条回答
  • 2020-12-04 05:25

    That Macvim is obsolete. Use https://github.com/macvim-dev/macvim instead

    See the FAQ (https://github.com/b4winckler/macvim/wiki/FAQ#how-can-i-open-files-from-terminal) for how to install the mvim script for launching from the command line

    0 讨论(0)
  • 2020-12-04 05:35
    • Step 1. Install homebrew from here: http://brew.sh
    • Step 1.1. Run export PATH=/usr/local/bin:$PATH
    • Step 2. Run brew update
    • Step 3. Run brew install vim && brew install macvim
    • Step 4. Run brew link macvim

    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.

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

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

    0 讨论(0)
  • 2020-12-04 05:41
    1. Download the latest build from https://github.com/macvim-dev/macvim/releases

    2. Expand the archive.

    3. Put MacVim.app into /Applications/.

    Done.

    0 讨论(0)
  • 2020-12-04 05:44

    There is also a new option now in http://vimr.org/, which looks quite promising.

    0 讨论(0)
提交回复
热议问题