X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/de9d81d8cbe132d16a2cabafa1db2f0de03b6a31..9f4d1c8db08cca85c46de7f3f0b944ce3cafe35c:/README.md diff --git a/README.md b/README.md index a09d28b..fd3be68 100644 --- a/README.md +++ b/README.md @@ -108,8 +108,8 @@ Try `:help concealcursor` and `:help conceallevel` for details. let g:vim_markdown_folding_style_pythonic = 1 - Level 1 heading which is served as a document title is not folded. - `g:vim_markdown_folding_level` setting is not active with this fold style. + `g:vim_markdown_folding_level` setting (default 1) is set to `foldlevel`. + Thus level 1 heading which is served as a document title is expanded by default. - `g:vim_markdown_override_foldtext` @@ -181,6 +181,12 @@ Try `:help concealcursor` and `:help conceallevel` for details. let g:tex_conceal = "" let g:vim_markdown_math = 1 +- `g:vim_markdown_conceal_code_blocks` + + Disabling conceal for code fences requires an additional setting: + + let g:vim_markdown_conceal_code_blocks = 0 + ### Fenced code block languages - `g:vim_markdown_fenced_languages`