Allow toggling of syntax concealing (#99)

Add `let g:markdown_syntax_conceal = 0` to your vimrc
This commit is contained in:
Rob Hurring
2016-05-08 19:57:37 -04:00
committed by Tim Pope
parent 4260faa48f
commit 5c21f16771
2 changed files with 8 additions and 1 deletions

View File

@@ -16,6 +16,10 @@ documents you can enable it in your `.vimrc` like so:
let g:markdown_fenced_languages = ['html', 'python', 'bash=sh']
To disable markdown syntax concealing add the following to your vimrc:
let g:markdown_syntax_conceal = 0
## License
Copyright © Tim Pope. Distributed under the same terms as Vim itself.