Allow for collapsing of lists in markdown
This commit is contained in:
parent
cb347ce08c
commit
96e9a1c3d1
1 changed files with 3 additions and 0 deletions
3
.vimrc
3
.vimrc
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue