X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/ef44c9e7fc839bec7bb17f8264442912f38c903c..1413c2cc27fb062758c57205c2796609ace75e29:/README.md diff --git a/README.md b/README.md index 5ddf6ed..925fd67 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,15 @@ To enable/disable folding use Vim's standard folding configuration. set [no]foldenable ``` +### Change fold style + +To fold in a style like [python-mode](https://github.com/klen/python-mode), add +the following to your `.vimrc`: + +```vim +let g:vim_markdown_folding_style_pythonic = 1 +``` + ### Disable Default Key Mappings Add the following line to your `.vimrc` to disable default key mappings: