diff options
author | w0rp <devw0rp@gmail.com> | 2023-03-07 02:39:57 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2023-03-07 02:39:57 +0000 |
commit | 39c76cf6afbddfb0962dd5d85abb8fd4081499e5 (patch) | |
tree | e95a4224bc5b15e5c5d5b69c9f1fb3658318b2ed /README.md | |
parent | d5a3da19d4ef2eef66f175ac92100dd6f4f1f620 (diff) | |
download | ale-39c76cf6afbddfb0962dd5d85abb8fd4081499e5.zip |
Fix vim-plug and Vundle headings
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ``` -### [vim-plug](https://github.com/junegunn/vim-plug) +#### [vim-plug](https://github.com/junegunn/vim-plug) ```vim Plug 'dense-analysis/ale' ``` -### [Vundle](https://github.com/VundleVim/Vundle.vim) +#### [Vundle](https://github.com/VundleVim/Vundle.vim) ```vim Plugin 'dense-analysis/ale' |