-
Installing neovim
pip2 install --user neovim pip3 install --user neovim
-
If you need Homebrew’s Python 2.7 run
brew install python@2
-
You can install Python packages with
pip3 install <package>
They will install into the site-package directory
/usr/local/lib/python3.7/site-packages
-
Path of neovim rc
-
New location is
~/.config/nvim/init.vim
-
https://github.com/zchee/deoplete-jedi/wiki/Setting-up-Python-for-Neovim
-
– So far the most complete Go-vim setup:
Written with StackEdit.