Use same highlight groups used by the Markdown syntax highlighting file

This commit is contained in:
Alex Vear
2019-04-06 18:13:11 +01:00
parent 957f6597b9
commit 52085b419f
2 changed files with 11 additions and 22 deletions

View File

@@ -19,6 +19,8 @@ endfunction
setlocal foldexpr=OrgFold()
setlocal foldmethod=expr
" TODO set default 'foldlevel'?
" Make folds more readable
setlocal foldtext=getline(v:foldstart)
setlocal fillchars-=fold:-