13 lines
427 B
VimL
13 lines
427 B
VimL
|
|
|||
|
let g:vim_markdown_folding_disabled = 1
|
|||
|
let g:vim_markdown_folding_style_pythonic = 1
|
|||
|
let g:vim_markdown_toc_autofit = 1
|
|||
|
let g:vim_markdown_new_list_item_indent = 2
|
|||
|
let g:vim_markdown_frontmatter=1
|
|||
|
" 正对本系统上没有安装google浏览,只安装了chromium
|
|||
|
"let g:mkdp_path_to_chrome = "/usr/bin/chromium"
|
|||
|
let g:mkdp_path_to_chrome = "google-chrome-stable"
|
|||
|
"let g:mkdp_path_to_chrome = "/usr/bin/firefox"
|
|||
|
|
|||
|
set cc=120
|