X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/8b54e061e105fba060d6c24c0a05679c2f951810..9eba84a2efd76cf209391cf47c2ebaab5a369efc:/README.md?ds=inline diff --git a/README.md b/README.md index b3681a5..014c54e 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,13 @@ Concealing is set for some syntax. For example, conceal `[link text](link url)` as just `link text`. -To disable conceal, add the following to your '.vimrc': +To enable conceal use Vim's standard conceal configuration. + +```vim +set conceallevel=2 +``` + +To disable conceal regardless of `conceallevel` setting, add the following to your '.vimrc': ```vim let g:vim_markdown_conceal = 0