File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Maintainers:
9
9
Contributors:
10
10
11
11
* Alvin Francis (http://github.com/alvinfrancis);
12
+ * Amir Eldor (https://github.com/amireldor)
12
13
* Andriy Kohut (https://github.com/andriykohut)
13
14
* Anler Hp (http://github.com/ikame);
14
15
* Anton Parkhomenko (http://github.com/chuwy);
Original file line number Diff line number Diff line change @@ -110,6 +110,13 @@ Enable [pathogen](https://github.com/tpope/vim-pathogen) in your `~/.vimrc`:
110
110
filetype plugin indent on
111
111
syntax on
112
112
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
+
113
120
## Manually
114
121
115
122
% git clone https://github.com/python-mode/python-mode.git
You can’t perform that action at this time.
0 commit comments