Update README.md

pull/294/head
mgua 2 years ago committed by GitHub
parent 09f6491eb5
commit 0c871e1348
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -65,6 +65,14 @@ mkdir nvim
cd nvim
git clone https://github.com/mgua/kickstart.nvim.git .
```
- for python developers, create a dedicated environment for nvim:
```
cd
python3 -m venv venv_nvim
source ./venv_nvim/bin/activate
python -m pip install pip --upgrade
python -m pip install neovim
```
- launch nvim, and you should see the automatic download and updates by lazy
## Neovim preparation and Installation for MacOSX

Loading…
Cancel
Save