From ab871fd019a63ea5c0c56dba743b5e3776ae3946 Mon Sep 17 00:00:00 2001 From: Brent Yi Date: Wed, 22 Apr 2020 08:06:40 -0700 Subject: [PATCH] Update README.rst --- README.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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