My NeoVim configuration
For Neovim >= 0.5
Quickstart
- Setup providers
$ sudo apt-get install python-pip python3-pip npm
$ sudo python2 -m pip install -U pynvim
$ sudo python3 -m pip install -U pynvim
$ sudo npm install -g neovim
- Run below script
$ curl https://raw.githubusercontent.com/itsjef/.nvim/master/installer.sh | sh -
- (for pyenv users) Open
nvim
in Normal mode and run:h python-virtualenv
for how to setup Python provider for Neovim