From 27a21f8ca7498ab039dcb0e18e8818bcc080bc25 Mon Sep 17 00:00:00 2001 From: Prashanth Chandra Date: Fri, 23 Sep 2016 20:15:28 +0800 Subject: [PATCH] Edit Vundle installation instructions Full GitHub URL is not required for Vundle (and vim-plug), as GitHub is automatically assumed. --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 415b3e1..cbabefc 100644 --- a/README.md +++ b/README.md @@ -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.