diff options
author | Prashanth Chandra <coolshanth94@gmail.com> | 2016-09-23 20:15:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-23 20:15:28 +0800 |
commit | 27a21f8ca7498ab039dcb0e18e8818bcc080bc25 (patch) | |
tree | 2007cc49b58e3c177b85e519a410287349cbb8ba /README.md | |
parent | 937e9792708bf173aab53bdc7134f47f4db9e603 (diff) | |
download | ale-27a21f8ca7498ab039dcb0e18e8818bcc080bc25.zip |
Edit Vundle installation instructions
Full GitHub URL is not required for Vundle (and vim-plug), as GitHub is automatically assumed.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 1 insertions, 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. |