mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
Fix vim-plug and Vundle headings
This commit is contained in:
@@ -258,13 +258,13 @@ mkdir -p ~/vimfiles/pack/git-plugins/start
|
|||||||
git clone --depth 1 https://github.com/dense-analysis/ale.git ~/vimfiles/pack/git-plugins/start/ale
|
git clone --depth 1 https://github.com/dense-analysis/ale.git ~/vimfiles/pack/git-plugins/start/ale
|
||||||
```
|
```
|
||||||
|
|
||||||
### [vim-plug](https://github.com/junegunn/vim-plug)
|
#### [vim-plug](https://github.com/junegunn/vim-plug)
|
||||||
|
|
||||||
```vim
|
```vim
|
||||||
Plug 'dense-analysis/ale'
|
Plug 'dense-analysis/ale'
|
||||||
```
|
```
|
||||||
|
|
||||||
### [Vundle](https://github.com/VundleVim/Vundle.vim)
|
#### [Vundle](https://github.com/VundleVim/Vundle.vim)
|
||||||
|
|
||||||
```vim
|
```vim
|
||||||
Plugin 'dense-analysis/ale'
|
Plugin 'dense-analysis/ale'
|
||||||
|
|||||||
Reference in New Issue
Block a user