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 Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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