Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README: Add how to install without plugin manager #137

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ Follow the instructions on installing Vundle_ and add the appropriate plugin lin

Plugin 'Vimjas/vim-python-pep8-indent'


NeoBundle
^^^^^^^^^

Expand All @@ -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
-------------
Expand Down