Skip to content

Commit 6c4fcbe

Browse files
author
Amir Eldor
committed
Add proper vim-plug installation instructions
Fixes python-mode#864
1 parent 7cf9897 commit 6c4fcbe

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Maintainers:
99
Contributors:
1010

1111
* Alvin Francis (http://github.com/alvinfrancis);
12+
* Amir Eldor (https://github.com/amireldor)
1213
* Andriy Kohut (https://github.com/andriykohut)
1314
* Anler Hp (http://github.com/ikame);
1415
* Anton Parkhomenko (http://github.com/chuwy);

readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,13 @@ Enable [pathogen](https://github.com/tpope/vim-pathogen) in your `~/.vimrc`:
110110
filetype plugin indent on
111111
syntax on
112112

113+
## Using vim-plug
114+
115+
Include the following in the [vim-plug](https://github.com/junegunn/vim-plug)
116+
section of your `~/.vimrc`:
117+
118+
Plug 'python-mode/python-mode', { 'branch': 'develop' }
119+
113120
## Manually
114121

115122
% git clone https://github.com/python-mode/python-mode.git

0 commit comments

Comments
 (0)