diff options
author | Chris <[email protected]> | 2020-04-05 11:54:05 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-04-05 11:54:05 -0400 |
commit | 374e3ab69621d03571c36e248ab311c0facffec9 (patch) | |
tree | 0203e7770a29396dc9651ccf2935d0677a7a8952 /modules/markdowm_preview.vim | |
parent | e1ce0a2f9656b8f44dca2f92afaa2cfda17222f3 (diff) |
auto push
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 |