From 2d33296bf71360fc73c93ebc6e19ae61c0ea4b95 Mon Sep 17 00:00:00 2001 From: QQ <1770362456@qq.com> Date: Sat, 28 Jan 2023 18:52:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dmd=E5=85=B3=E9=97=AD=E4=B8=8D?= =?UTF-8?q?=E8=83=BD=E5=85=B3=E9=97=AD=E9=A2=84=E8=A7=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/Filetype/markdown.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/Filetype/markdown.lua b/lua/Filetype/markdown.lua index 6ce616a..83108f2 100644 --- a/lua/Filetype/markdown.lua +++ b/lua/Filetype/markdown.lua @@ -4,7 +4,7 @@ G.cmd("au VimEnter * :MarkdownPreviewToggle") --set to 1, nvim will open the preview window after entering the markdown buffer --default: 0 -G.g.mkdp_auto_start = 0 +G.g.mkdp_auto_start = 1 --set to 1, the nvim will auto close current preview window when change --from markdown buffer to another buffer