X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/6f9e18335e17bca5fbf05974b4ccbe1759e66891..c1b9f4adadea1548b54373e951950ca2d6c7aa92:/README.md?ds=sidebyside diff --git a/README.md b/README.md index 9c6665e..f5cbaf9 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,12 @@ 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. +To prevent foldtext from being set add the following to your `.vimrc`: + +```vim +let g:vim_markdown_override_foldtext = 0 +``` + ### Set header folding level Folding level is a number between 1 and 6. By default, if not specified, it is set to 1.