X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/c4282db6cc2c536cc83c8b803b065c4440aecbc2..04d0260f8e5e59ecce970692488a38e30c01526d:/README.md diff --git a/README.md b/README.md index 419c26d..84ca1fb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Markdown Vim Mode +# Vim Markdown [![Build Status](https://travis-ci.org/plasticboy/vim-markdown.svg)](https://travis-ci.org/plasticboy/vim-markdown) @@ -61,14 +61,6 @@ This option only controls vim_markdown's folding configuration. To enable/disabl set [no]foldenable ``` -### 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 -``` - ### Disable Default Key Mappings Add the following line to your `.vimrc` to disable default key mappings. You can map them by yourself with `` mappings.