Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5608

HomebrewでVimをインストール

$
0
0

neocomplete入れて、Vim立ち上げようとしたら、
これが出てきたので、バージョンアップを。

neocomplete does not work this version of Vim.
It requires "if_lua" enabled Vim(7.3.885 or above).

homebrewでインストール

$ brew install lua
$ brew install vim --with-lua

もし以下のエラーが出てきた場合は、

Warning: vim-7.4.335 already installed

これで。

$ brew reinstall vim --with-lua

PATHを変える

今入れたVimは/usr/local/bin/vimに入っていて
PATHを変えないと使えないようなので…
まずは何処のを読んでいるのか確認。

$ which vim
/usr/bin/vim

~/.bashrcに以下を追加

export PATH=/usr/local/bin:/usr/bin

ターミナルで設定を読み込む。

$ source ~/.bashrc
$ which vim
/usr/local/bin/vim

これで使えるようになりました。

参考

homebrewで最新のvim7.4をインストールする方法


Viewing all articles
Browse latest Browse all 5608

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>