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:
parent
937e979270
commit
27a21f8ca7
1 changed files with 1 additions and 4 deletions
|
@ -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.
|
||||
|
|
Reference in a new issue