diff options
author | w0rp <devw0rp@gmail.com> | 2016-09-26 21:44:23 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2016-09-26 21:44:23 +0100 |
commit | 2a4cbbd0dfdc217b5e56a500df875c10ce3c1f7d (patch) | |
tree | 5186387f66d9d18f8fe23bcec4342800842e157f | |
parent | 27a21f8ca7498ab039dcb0e18e8818bcc080bc25 (diff) | |
download | ale-2a4cbbd0dfdc217b5e56a500df875c10ce3c1f7d.zip |
Add some more prose back in with a link to Vundle.
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -104,6 +104,9 @@ 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 path on GitHub for this repository. + ```vim Plugin 'w0rp/ale' ``` |