diff options
author | Ben Gadbois <git@bengadbois.email> | 2018-10-26 17:14:01 +0200 |
---|---|---|
committer | Ben Gadbois <git@bengadbois.email> | 2018-10-26 17:14:01 +0200 |
commit | 6c8e2f73f87ffdd2dc6d12561eb0ec7894ee5efc (patch) | |
tree | 37238c9ead6c1cab8d885e7c6f2dab56e93f05bf /README.md | |
parent | adc914a67560242703a3d3e7b7865303e60774c2 (diff) | |
download | ale-6c8e2f73f87ffdd2dc6d12561eb0ec7894ee5efc.zip |
Add vim-plug installation instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -51,6 +51,7 @@ other content at [w0rp.com](https://w0rp.com). 1. [Installation with Vim package management](#standard-installation) 2. [Installation with Pathogen](#installation-with-pathogen) 3. [Installation with Vundle](#installation-with-vundle) + 4. [Installation with Vim-Plug](#installation-with-vim-plug) 4. [Contributing](#contributing) 5. [FAQ](#faq) 1. [How do I disable particular linters?](#faq-disable-linters) @@ -402,6 +403,18 @@ Plugin 'w0rp/ale' See the Vundle documentation for more information. +<a name="installation-with-vim-plug"></a> + +### 3.iiii. Installation with Vim-Plug + +You can install this plugin using [Vim-Plug](https://github.com/junegunn/vim-plug) +by adding the GitHub path for this repository to your `~/.vimrc` +and running `:PlugInstall`. + +```vim +Plug 'w0rp/ale' +``` + <a name="contributing"></a> ## 4. Contributing |