diff --git a/README.rst b/README.rst index 592c4a1..4d5abd5 100644 --- a/README.rst +++ b/README.rst @@ -24,6 +24,14 @@ You can install following command. $ make install + +This can be automated with vim-plug. + +.. code:: + + Plug 'heavenshell/vim-pydocstring', { 'do': 'make install' } + + If you want install doq manually, you can install from PyPi. .. code:: @@ -33,7 +41,6 @@ If you want install doq manually, you can install from PyPi. Than set installed `doq `_ path to `g:pydocstring_doq_path`. - Note ~~~~ @@ -79,7 +86,7 @@ You can set built-in formatter(Sphinx, Numpy, Google). .. code:: - leg g:pydocstring_formatter = 'numpy' + let g:pydocstring_formatter = 'numpy' Custom template