Skip to content

Commit

Permalink
Added the Vundle command in installation instructions (#3400)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabipetrovay authored Nov 21, 2020
1 parent e1184e3 commit b09ccc1
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,26 +341,31 @@ git clone https://github.com/dense-analysis/ale.git
### 3.iii. 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.
by adding the GitHub path for this repository to your `~/.vimrc`:

```vim
Plugin 'dense-analysis/ale'
```

Then run the command `:PluginInstall` in Vim.

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`.
by adding the GitHub path for this repository to your `~/.vimrc`:

```vim
Plug 'dense-analysis/ale'
```

Then run the command `:PlugInstall` in Vim.

See the Vim-Plug documentation for more information.

<a name="contributing"></a>

## 4. Contributing
Expand Down

0 comments on commit b09ccc1

Please sign in to comment.