summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2023-03-07 02:39:57 +0000
committerw0rp <devw0rp@gmail.com>2023-03-07 02:39:57 +0000
commit39c76cf6afbddfb0962dd5d85abb8fd4081499e5 (patch)
treee95a4224bc5b15e5c5d5b69c9f1fb3658318b2ed
parentd5a3da19d4ef2eef66f175ac92100dd6f4f1f620 (diff)
downloadale-39c76cf6afbddfb0962dd5d85abb8fd4081499e5.zip
Fix vim-plug and Vundle headings
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9f27734d..0f6fb8a7 100644
--- a/README.md
+++ b/README.md
@@ -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'