From 39c76cf6afbddfb0962dd5d85abb8fd4081499e5 Mon Sep 17 00:00:00 2001 From: w0rp Date: Tue, 7 Mar 2023 02:39:57 +0000 Subject: Fix vim-plug and Vundle headings --- README.md | 4 ++-- 1 file 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' -- cgit v1.2.3