You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# vim-python-docstring
2
2
This is a plugin to Vim and NeoVim for creating of docstrings.
3
3
4
-
**New**: Support for type hints and async functions.
4
+
**Breaking change:** Renamed the `g:python_indent` setting to `vpd_indent` because it collided with existing vim setting.
5
5
6
6
## What it does
7
7
Docstrings for methods will contain a **list of parameters and their type hints**, **list of raised exceptions** and whether the method **yields** or **raises**.
@@ -45,13 +45,13 @@ The plugin uses these commands:
0 commit comments