Skip to content

Commit

Permalink
Mention pynvim requirement (#356)
Browse files Browse the repository at this point in the history
Neovim doesn't have a compile-time flag for python support. It's provided by the `pynvim` package.
  • Loading branch information
wikku authored May 17, 2024
1 parent 60d5fef commit 473a94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ vim +PlugInstall +qa

### Requirements

- Vim/Neovim compiled with `+python3` (3.6 or later)
- Vim compiled with `+python3` (3.6 or later) or the `pynvim` Python package for Neovim
- Vim configuration options `filetype plugin on`, and optionally `filetype
indent on` and `syntax on` (e.g. in `.vimrc`)
- [Coq 8.4 - 8.19]
Expand Down

0 comments on commit 473a94e

Please sign in to comment.