Skip to content

Commit af5f9dd

Browse files
authored
Fix readme (#93)
1 parent d398a40 commit af5f9dd

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.rst

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
pydocstring.vim
1+
vim-pydocstring
22
===============
33

44
.. image:: https://travis-ci.org/heavenshell/vim-pydocstring.svg?branch=master
55
:target: https://travis-ci.org/heavenshell/vim-pydocstring
66

77
.. image:: ./assets/vim-pydocstring.gif
88

9-
Pydocstring is a generator for Python docstrings and is capable of automatically
9+
vim-pydocstring is a generator for Python docstrings and is capable of automatically
1010

1111
* inserting one-line docstrings
1212
* inserting multi-line docstrings
@@ -16,7 +16,7 @@ This plugin is heavily inspired by `phpdoc.vim <http://www.vim.org/scripts/scrip
1616
Install
1717
-------
1818

19-
Since version 2, pydocstring requires `doq <https://pypi.org/project/doq/>`_.
19+
Since version 2, vim-pydocstring requires `doq <https://pypi.org/project/doq/>`_.
2020

2121
You can install following command.
2222

@@ -44,7 +44,10 @@ Than set installed `doq <https://pypi.org/project/doq/>`_ path to `g:pydocstring
4444
Note
4545
~~~~
4646

47-
pydocstring is now support only Vim8.
47+
vim-pydocstring support Vim8.
48+
49+
Neovim works since v2.2.0, but if something wrong, send me pull requests to fix it.
50+
4851
If you want use old version checkout `1.0.0 <https://github.com/heavenshell/vim-pydocstring/releases/tag/1.0.0>`_
4952

5053
Basic usage

0 commit comments

Comments
 (0)