X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/1ef695f2602a2cd72fc12000e8a241eeaf9bf567..fe1eae8a04545e915bd15d6b0018431aa7ccafe5:/README.md diff --git a/README.md b/README.md index 419c26d..334f898 100644 --- a/README.md +++ b/README.md @@ -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.