-
Open the terminal and change to the default config directory:
# Unix cd ~/.config # Windows cd /d %USERPROFILE%\AppData\Local
-
Clone this repository:
git clone https://github.com/LexSong/nvim.git nvim
-
Install Paq:
See https://github.com/savq/paq-nvim#installation.
# Unix cd ~/.local/share git clone https://github.com/savq/paq-nvim.git nvim/site/pack/paqs/start/paq-nvim # Windows cd /d %USERPROFILE%\AppData\Local git clone https://github.com/savq/paq-nvim.git nvim-data\site\pack\paqs\start\paq-nvim
-
Install plugins with Paq:
:PaqSync
conda create -n pynvim pynvim
Run :checkhealth
to see if it works correctly. See :h provider-python
for more details.