File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 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.
9191
9292Note. Windows OS users need to add ` -c core.symlinks=true ` . See below.
9393
94- ## Using pathogen
94+ ## pathogen
9595
9696 cd ~/.vim
9797 mkdir -p bundle && cd bundle
@@ -109,13 +109,21 @@ Enable [pathogen](https://github.com/tpope/vim-pathogen) in your `~/.vimrc`:
109109 filetype plugin indent on
110110 syntax on
111111
112- ## Using vim-plug
112+ ## vim-plug
113113
114114Include the following in the [ vim-plug] ( https://github.com/junegunn/vim-plug )
115115section of your ` ~/.vimrc ` :
116116
117117 Plug 'python-mode/python-mode', { 'for': 'python', 'branch': 'develop' }
118118
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+
119127## Manually
120128
121129 % git clone --recurse-submodules https://github.com/python-mode/python-mode.git
You can’t perform that action at this time.
0 commit comments