summary refs log tree commit diff
path: root/.vim/lua/plugins/_markdown.lua
blob: c773d505b62c4d39dd7b8e26b84b4dd64d38e609 (plain) (blame)
1
2
3
4
5
6
7
8
9
g.vim_markdown_folding_disabled = true
g.vim_markdown_math = true
g.vim_markdown_frontmatter = true
g.vim_markdown_json_frontmatter = true
g.vim_markdown_toml_frontmatter = true
g.vim_markdown_folding_level = 2
g.vim_markdown_strikethrough = true
g.vim_markdown_auto_insert_bullets = true
g.vim_markdown_new_list_item_indent = false