This repository has been archived on 2024-06-08. You can view files and clone it, but cannot push or open issues or pull requests.
vimrc/vim/conf/markdown.vim

13 lines
427 B
VimL
Raw Permalink Normal View History

2020-02-23 14:09:42 +00:00
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