Skip to content

Commit 2782a11

Browse files
committed
Fix Vundle usage
According to (Vundle)[https://github.com/VundleVim/Vundle.vim] documentation
1 parent 604cc62 commit 2782a11

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@ Clone this repository in your `~/.vim/bundle` directory
106106
Add this to your `~/.vimrc` file:
107107

108108
```vim
109-
Bundle 'joonty/vdebug.git'
109+
Plugin 'joonty/vdebug.git'
110110
```
111111

112112
Then, from the command line, run:
113113

114114
```bash
115-
vim +BundleInstall +qall
115+
vim +PluginInstall +qall
116116
```
117117

118118
## Quick guide

0 commit comments

Comments
 (0)