mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 20:54:26 +08:00
Added the Vundle command in installation instructions (#3400)
This commit is contained in:
11
README.md
11
README.md
@@ -341,12 +341,14 @@ git clone https://github.com/dense-analysis/ale.git
|
|||||||
### 3.iii. Installation with Vundle
|
### 3.iii. Installation with Vundle
|
||||||
|
|
||||||
You can install this plugin using [Vundle](https://github.com/VundleVim/Vundle.vim)
|
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
|
```vim
|
||||||
Plugin 'dense-analysis/ale'
|
Plugin 'dense-analysis/ale'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Then run the command `:PluginInstall` in Vim.
|
||||||
|
|
||||||
See the Vundle documentation for more information.
|
See the Vundle documentation for more information.
|
||||||
|
|
||||||
<a name="installation-with-vim-plug"></a>
|
<a name="installation-with-vim-plug"></a>
|
||||||
@@ -354,13 +356,16 @@ See the Vundle documentation for more information.
|
|||||||
### 3.iiii. Installation with Vim-Plug
|
### 3.iiii. Installation with Vim-Plug
|
||||||
|
|
||||||
You can install this plugin using [Vim-Plug](https://github.com/junegunn/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`
|
by adding the GitHub path for this repository to your `~/.vimrc`:
|
||||||
and running `:PlugInstall`.
|
|
||||||
|
|
||||||
```vim
|
```vim
|
||||||
Plug 'dense-analysis/ale'
|
Plug 'dense-analysis/ale'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Then run the command `:PlugInstall` in Vim.
|
||||||
|
|
||||||
|
See the Vim-Plug documentation for more information.
|
||||||
|
|
||||||
<a name="contributing"></a>
|
<a name="contributing"></a>
|
||||||
|
|
||||||
## 4. Contributing
|
## 4. Contributing
|
||||||
|
|||||||
Reference in New Issue
Block a user