File tree 3 files changed +4
-6
lines changed
3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ assignees: ''
12
12
- [ ] Plugin version (` vim -V1 -i NONE -ENsu ~/.vimrc -c ":echo g:cpywrite#version \"\n\"" +q ` ):
13
13
14
14
* If applicable, include one of the following:*
15
- - [ ] Output of ` pip list | grep requests ` :
16
15
- [ ] Output of ` pip list | grep pynvim ` :
17
16
- [ ] Output of ` gvim --version ` :
18
17
- [ ] Output of ` vim --version ` :
Original file line number Diff line number Diff line change @@ -156,11 +156,10 @@ Requirements
156
156
See if you're supported by entering ``vim --version | grep +python3 `` at your
157
157
terminal, or start ``vim `` and enter the ``:version `` command
158
158
159
- * Neovim with the `pynvim `_ and ` typing-extensions `_ modules in your ``$PYTHONPATH ``. Start ``nvim ``
159
+ * Neovim with the `pynvim `_ module in your ``$PYTHONPATH ``. Start ``nvim ``
160
160
and enter ``:help provider-python `` for more information
161
161
162
162
.. _pynvim : https://github.com/neovim/pynvim
163
- .. _typing-extensions : https://pypi.org/project/typing-extensions
164
163
165
164
Installation
166
165
============
Original file line number Diff line number Diff line change 1
1
pynvim < 0.5 ; python_version < '3.7'
2
- pynvim == 0.5.1 ; python_version >= '3.7'
2
+ pynvim == 0.5.2 ; python_version >= '3.7'
3
3
pytest == 8.3.3 ; python_version >= '3.12'
4
- coverage == 7.6.4 ; python_version >= '3.12'
5
- typing-extensions
4
+ coverage == 7.6.8 ; python_version >= '3.12'
5
+ typing-extensions ; python_version < '3.8'
You can’t perform that action at this time.
0 commit comments