From af31b9af4da29bae04af72b7f5690491099140f0 Mon Sep 17 00:00:00 2001 From: n0m1s Date: Mon, 23 Mar 2020 11:13:40 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20remove=20"command=20terminated?= =?UTF-8?q?=20with=20space"=20warning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/plugins.vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/plugins.vimrc b/config/plugins.vimrc index b48ca16..16ab3e6 100644 --- a/config/plugins.vimrc +++ b/config/plugins.vimrc @@ -65,7 +65,7 @@ let g:ale_cs_csc_source = g:ale_cs_mcsc_source let g:ale_cs_csc_assemblies = g:ale_cs_mcsc_assemblies " LaTeX -let g:ale_tex_chktex_options = '-n8 -I' +let g:ale_tex_chktex_options = '-n8 -n1 -I' " startify let g:startify_fortune_use_unicode = 1