We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 604cc62 + 2782a11 commit dd18f27Copy full SHA for dd18f27
1 file changed
README.md
@@ -106,13 +106,13 @@ Clone this repository in your `~/.vim/bundle` directory
106
Add this to your `~/.vimrc` file:
107
108
```vim
109
-Bundle 'joonty/vdebug.git'
+Plugin 'joonty/vdebug.git'
110
```
111
112
Then, from the command line, run:
113
114
```bash
115
-vim +BundleInstall +qall
+vim +PluginInstall +qall
116
117
118
## Quick guide
0 commit comments