8000 Add NeoBundle section to readme install section · python-mode/python-mode@ac11db2 · GitHub
[go: up one dir, main page]

Skip to content

Commit ac11db2

Browse files
authored
Add NeoBundle section to readme install section
Closes #1030
1 parent ef5f327 commit ac11db2

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

readme.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ help packages` in vim for details.
9191

9292
Note. 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

114114
Include the following in the [vim-plug](https://github.com/junegunn/vim-plug)
115115
section 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

0 commit comments

Comments
 (0)
0