From 6313d05fc44c7cb9be1b2720157947162e4c46e5 Mon Sep 17 00:00:00 2001 From: jdhao Date: Mon, 16 Dec 2019 20:46:59 +0800 Subject: [PATCH] Change plugin ale repo Plug ale has been transferred to a group. --- plugins.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.vim b/plugins.vim index a1e872a..797536f 100644 --- a/plugins.vim +++ b/plugins.vim @@ -194,7 +194,7 @@ endif Plug 'neomake/neomake' " Another linting plugin -" Plug 'w0rp/ale' +" Plug 'dense-analysis/ale' " Auto format tools " Plug 'sbdchd/neoformat'