Edit Vundle installation instructions

Full GitHub URL is not required for Vundle (and vim-plug), as GitHub is automatically assumed.
This commit is contained in:
Prashanth Chandra 2016-09-23 20:15:28 +08:00 committed by GitHub
parent 937e979270
commit 27a21f8ca7
1 changed files with 1 additions and 4 deletions

View File

@ -104,11 +104,8 @@ git clone https://github.com/w0rp/ale.git
### Installation with Vundle
You can install this plugin using [Vundle](https://github.com/VundleVim/Vundle.vim)
by using the github repository URL for cloning the repository.
```vim
Plugin 'https://github.com/w0rp/ale.git'
Plugin 'w0rp/ale'
```
See the Vundle documentation for more information.