Skip to content

Commit

Permalink
docs: add instruction to enable python3 provider in Neovim
Browse files Browse the repository at this point in the history
  • Loading branch information
jellydn committed Feb 16, 2024
1 parent 72bec6a commit 6c76267
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
Ensure you have the following installed:

- Python 3.10 or later
- Enable `python3 provider` in Neovim. Testing by run `:echo has('python3')` in Neovim. If it returns `1`, then `python3 provider` is enabled.

## Authentication

Expand Down

0 comments on commit 6c76267

Please sign in to comment.