github.com Neovimという次世代Vimがあるらしいのでとりあえずインストールしてみる。現時点でバージョンは0.1.*らしい。 インストール方法は下記ページに書いてある。 Installing Neovim · neovim/neovim Wiki · GitHub OS XのHomebrewでインストールする場合 Homebrewでインストールできるので下記コマンドを実行する。 $ brew install neovim/neovim/neovim … The Neovim executable is called 'nvim'. To use your existing Vim configuration: ln -s ~/.vim ~/.config/nvim ln -s ~/.vimrc ~/.config/nvim/init.vim See ':help nvim'