Skip to content

Commit cd9926f

Browse files
committed
Capitalize Vundle and add in-vim install method
1 parent b319e3a commit cd9926f

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ called "python".
101101

102102
Clone this repository in your `~/.vim/bundle` directory
103103

104-
### Using vundle
104+
### Using Vundle
105105

106106
Add this to your `~/.vimrc` file:
107107

@@ -115,6 +115,16 @@ Then, from the command line, run:
115115
vim +PluginInstall +qall
116116
```
117117

118+
Or, in vim, run:
119+
```vim
120+
:PluginInstall
121+
```
122+
123+
For new changes to take effect, you may have to reload your .vimrc first:
124+
```vim
125+
:source $MYVIMRC
126+
```
127+
118128
## Quick guide
119129

120130
Set up any DBGP protocol debugger, e.g. Xdebug. (See :help VdebugSetUp). Start Vdebug with `<F5>`, which will make it wait for an incoming connection. Run the script you want to debug, with the debugging engine enabled. A new tab will open with the debugging interface.

0 commit comments

Comments
 (0)