/.nvim

My NeoVim configuration

Primary LanguageVim Script

My NeoVim configuration

For Neovim >= 0.5

Quickstart

  1. 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
  1. Run below script
$ curl https://raw.githubusercontent.com/itsjef/.nvim/master/installer.sh | sh -
  1. (for pyenv users) Open nvim in Normal mode and run :h python-virtualenv for how to setup Python provider for Neovim