NeoVimのインストール
brew install neovim
pyenvに入れたPythonにNeoVimサポートをインストール
pip3 install --user --upgrade neovim
.vim/init.vim に以下を追加
let g:python3_host_prog = $PYENV_ROOT . '/shims/python3'
(@Ressさんありがとうございます!)
Go to list of users who liked
More than 5 years have passed since last update.
brew install neovim
pip3 install --user --upgrade neovim
let g:python3_host_prog = $PYENV_ROOT . '/shims/python3'
(@Ressさんありがとうございます!)
Register as a new user and use Qiita more conveniently
Go to list of users who liked