X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/314f86e7a11e5e90eb49a795c29b807ceb46fe6c..8cc8a69f75142ab74a7a64e928ae56fc67be674b:/README.md diff --git a/README.md b/README.md index a5bdbbe..55baaa5 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ To install without Pathogen using the Debian [vim-addon-manager](http://packages git clone https://github.com/plasticboy/vim-markdown.git cd vim-markdown sudo make install -vim-addon-manager install mkd +vim-addon-manager install markdown ``` If you are not using any package manager, download the [tarball](https://github.com/plasticboy/vim-markdown/archive/master.tar.gz) and do this: @@ -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: