diff options
Diffstat (limited to 'modules/markdowm_preview.vim')
-rw-r--r-- | modules/markdowm_preview.vim | 4 |
1 files changed, 2 insertions, 2 deletions
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 |