File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
- pydocstring. vim
1
+ vim-pydocstring
2
2
===============
3
3
4
4
.. image :: https://travis-ci.org/heavenshell/vim-pydocstring.svg?branch=master
5
5
:target: https://travis-ci.org/heavenshell/vim-pydocstring
6
6
7
7
.. image :: ./assets/vim-pydocstring.gif
8
8
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
10
10
11
11
* inserting one-line docstrings
12
12
* inserting multi-line docstrings
@@ -16,7 +16,7 @@ This plugin is heavily inspired by `phpdoc.vim <http://www.vim.org/scripts/scrip
16
16
Install
17
17
-------
18
18
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/ >`_.
20
20
21
21
You can install following command.
22
22
@@ -44,7 +44,10 @@ Than set installed `doq <https://pypi.org/project/doq/>`_ path to `g:pydocstring
44
44
Note
45
45
~~~~
46
46
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
+
48
51
If you want use old version checkout `1.0.0 <https://github.com/heavenshell/vim-pydocstring/releases/tag/1.0.0 >`_
49
52
50
53
Basic usage
You can’t perform that action at this time.
0 commit comments