Skip to content

Commit 7bddb6a

Browse files
authored
Merge pull request #88 from brentyi/patch-1
Fix typo, add vim-plug installation instructions
2 parents 85ddee0 + ab871fd commit 7bddb6a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ You can install following command.
2424
2525
$ make install
2626
27+
28+
This can be automated with vim-plug.
29+
30+
.. code::
31+
32+
Plug 'heavenshell/vim-pydocstring', { 'do': 'make install' }
33+
34+
2735
If you want install doq manually, you can install from PyPi.
2836

2937
.. code::
@@ -33,7 +41,6 @@ If you want install doq manually, you can install from PyPi.
3341
3442
Than set installed `doq <https://pypi.org/project/doq/>`_ path to `g:pydocstring_doq_path`.
3543

36-
3744
Note
3845
~~~~
3946

@@ -79,7 +86,7 @@ You can set built-in formatter(Sphinx, Numpy, Google).
7986

8087
.. code::
8188
82-
leg g:pydocstring_formatter = 'numpy'
89+
let g:pydocstring_formatter = 'numpy'
8390
8491
8592
Custom template

0 commit comments

Comments
 (0)