修复md关闭不能关闭预览

This commit is contained in:
QQ 2023-01-28 18:52:00 +08:00
parent 63d15c0110
commit 2d33296bf7

View File

@ -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