Skip to content

Commit

Permalink
Merge branch 'main' into sdk-docs-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bishoy-at-pieces authored Sep 24, 2024
2 parents 3f7bda3 + b89a9a0 commit 1619e69
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/extensions-plugins/neovim/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,18 @@ In this tutorial, we'll walk you through the process of setting up and using the

A few things to note before you start installing the Pieces Neovim Plugin:

- The Python based Neovim plugins requires the `pynvim` Python package, which is not included in the default Neovim installation. You can install it by running the following command:
- The Python based Neovim plugins requires the `pynvim` Python package, which is not included in the default Neovim installation.
You can install it in MacOS/Windows by running the following command:

```bash
pip install pynvim
```

If you use Ubuntu 22+ or an Ubuntu-based-distro -

```bash
sudo apt install python3-pynvim
```

- Ensure that you have at least one Neovim package manager installed. For instance, you can install `vim-plug`.
In order to install `vim-plug`, run the following command in your terminal:
Expand Down

0 comments on commit 1619e69

Please sign in to comment.