From 374e3ab69621d03571c36e248ab311c0facffec9 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 5 Apr 2020 11:54:05 -0400 Subject: auto push --- modules/markdowm_preview.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/markdowm_preview.vim') diff --git a/modules/markdowm_preview.vim b/modules/markdowm_preview.vim index 1ec85362..0a87f897 100644 --- a/modules/markdowm_preview.vim +++ b/modules/markdowm_preview.vim @@ -1,11 +1,11 @@ " set to 1, nvim will open the preview window after entering the markdown buffer " default: 0 -let g:mkdp_auto_start = 1 +let g:mkdp_auto_start = 0 " set to 1, the nvim will auto close current preview window when change " from markdown buffer to another buffer " default: 1 -let g:mkdp_auto_close = 1 +let g:mkdp_auto_close = 0 " set to 1, the vim will refresh markdown when save the buffer or " leave from insert mode, default 0 is auto refresh markdown as you edit or -- cgit v1.2.3