Improve markdown GitHub checkbox highlights

This commit is contained in:
2016-12-26 12:28:19 +00:00
parent ff6d949028
commit a8a1666ff0
2 changed files with 29 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ endif
setlocal foldmethod=expr
setlocal foldexpr=MarkdownFold(v:lnum)
setlocal conceallevel=2
function! MarkdownFold(lnum)
let l:line = getline(a:lnum)