macの環境構築その4 Vim!

ようやっとvimのinstall。もちろんbrew使います。

参考にしたのは http://qiita.com/yu_suke1994/items/b9fa651d77aed2eae339
ただし、supermomonga/homebrew-splhack の更新は3年前。splhack/homebrew-splhack
は1年前となっているので、こちらを使用。

まずはTAPで追加。

$ brew tap splhack/homebrew-splhack
==> Tapping splhack/splhack
Cloning into '/usr/local/Library/Taps/splhack/homebrew-splhack'...
remote: Counting objects: 6, done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 6 (delta 1), reused 2 (delta 1), pack-reused 0
Unpacking objects: 100% (6/6), done.
Checking connectivity... done.
Tapped 4 formulae (31 files, 132K)

でもって、必要と思われるものを追加。

$ brew install cscope
$ brew install --HEAD cmigemo-mk
$ brew install --HEAD ctags-objc-ja

それからinstall開始。

brew install macvim-kaoriya --HEAD --with-lua --with-cscope

やろうとしたら、いくつか足りないと言われたので、下記を追加。

brew install lua51
brew install luajit
brew install python3
brew install ruby

再度試したところ、
最終的にxcode-buildがない、Xcodeを入れろと言われた。

ちょっとちょうさ。