修复md关闭不能关闭预览
This commit is contained in:
parent
63d15c0110
commit
2d33296bf7
@ -4,7 +4,7 @@ G.cmd("au VimEnter * :MarkdownPreviewToggle")
|
|||||||
|
|
||||||
--set to 1, nvim will open the preview window after entering the markdown buffer
|
--set to 1, nvim will open the preview window after entering the markdown buffer
|
||||||
--default: 0
|
--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
|
--set to 1, the nvim will auto close current preview window when change
|
||||||
--from markdown buffer to another buffer
|
--from markdown buffer to another buffer
|
||||||
|
Loading…
Reference in New Issue
Block a user