Allow for collapsing of lists in markdown

This commit is contained in:
Trysdyn Black 2022-04-16 07:20:38 -07:00
parent cb347ce08c
commit 96e9a1c3d1

3
.vimrc
View file

@ -97,6 +97,9 @@ let g:pandoc#hypertext#create_if_no_alternates_exists = 1
" Also work around a netrw bug that opens every no-modify
let g:pandoc#hypertext#split_open_cmd = "botright split +set\\ modifiable"
" Allow folding at fold markers to let me collapse sub-sections of lists
let g:pandoc#folding#vim_markers_in_comments_only = 0
" Unfold everything by default
set foldlevel=99