X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/26cfc8ef05385a8b5f526c4d461d982a82b119b2..a28f5492204a657219e16c6e663cda8047883258:/README.md?ds=sidebyside diff --git a/README.md b/README.md index a11299b..4c9fcdf 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,26 @@ To install without Pathogen, download the [tarball](https://github.com/plasticbo [Homepage](http://plasticboy.com/markdown-vim-mode/) +## Options + +**Disable Folding** + +Add the following line to your `.vimrc` to disable folding. + +```vim +let g:vim_markdown_folding_disabled=1 +``` + +**Set Initial Foldlevel** + +Add the following line to your `.vimrc` to set the initial foldlevel. This +option defaults to 0 (i.e. all folds are closed) and is ignored if folding +is disabled. + +```vim +let g:vim_markdown_initial_foldlevel=1 +``` + ## License The MIT License (MIT)