File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ help packages` in vim for details.
91
91
92
92
Note. Windows OS users need to add ` -c core.symlinks=true ` . See below.
93
93
94
- ## Using pathogen
94
+ ## pathogen
95
95
96
96
cd ~/.vim
97
97
mkdir -p bundle && cd bundle
@@ -109,13 +109,21 @@ Enable [pathogen](https://github.com/tpope/vim-pathogen) in your `~/.vimrc`:
109
109
filetype plugin indent on
110
110
syntax on
111
111
112
- ## Using vim-plug
112
+ ## vim-plug
113
113
114
114
Include the following in the [ vim-plug] ( https://github.com/junegunn/vim-plug )
115
115
section of your ` ~/.vimrc ` :
116
116
117
117
Plug 'python-mode/python-mode', { 'for': 'python', 'branch': 'develop' }
118
118
119
+ ## NeoBundle
120
+
121
+ Add the following:
122
+
123
+ " python-mode: PyLint, Rope, Pydoc, breakpoints from box.
124
+ " https://github.com/python-mode/python-mode
125
+ NeoBundleLazy 'python-mode/python-mode', { 'on_ft': 'python' }
126
+
119
127
## Manually
120
128
121
129
% git clone --recurse-submodules https://github.com/python-mode/python-mode.git
You can’t perform that action at this time.
0 commit comments