From e5c6fce6b1d20488dea986fb6d9f4f27164e2d92 Mon Sep 17 00:00:00 2001 From: Micah Lindstrom <59303202+ukanuk@users.noreply.github.com> Date: Fri, 24 Apr 2020 20:23:51 +0900 Subject: [PATCH] README: Add how to install without plugin manager This is the method I used to install, based on what I learned from https://github.com/dense-analysis/ale --- README.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 77be58c..e223480 100644 --- a/README.rst +++ b/README.rst @@ -46,7 +46,6 @@ Follow the instructions on installing Vundle_ and add the appropriate plugin lin Plugin 'Vimjas/vim-python-pep8-indent' - NeoBundle ^^^^^^^^^ @@ -56,6 +55,15 @@ Follow the instructions on installing NeoBundle_ and add the appropriate NeoBund NeoBundle 'Vimjas/vim-python-pep8-indent' +Vim 8 on Windows without plugin manager +^^^^^^^^^ + +Clone the repository to the vim pack folder. This can be done with these commands in the "Git for Windows" Bash terminal. + +.. code-block:: shell-session + + $ mkdir -p ~/vimfiles/pack/git-plugins/start + $ git clone https://github.com/Vimjas/vim-python-pep8-indent.git ~/vimfiles/pack/git-plugins/start/vim-python-pep8-indent Configuration -------------