- Python 3
- Node.js (for coc.nvim)
- Yarn (for coc.nvim)
$ brew update && brew install neovim pyenv
Install latest python3 stable version
$ pyenv install -l
$ pyenv install 3.7.0
$ pyenv global 3.7.0
Check current python version
$ python -V
Python 3.7.0
$ pip install neovim
$ echo "export NVIM_PYTHON3_HOST_PROG='`which python3`'" >> .zshrc
If you use bash,
$ echo "export NVIM_PYTHON3_HOST_PROG='`which python3`'" >> .bashrc
$ mkdir ~/.config
$ cd ~/.config
$ git clone -b setup https://github.com/softoika/nvim
$ nvim +UpdateRemotePlugins