Skip to content

Commit

Permalink
add option g:vimtex_fold_enabled = 1
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangyinzuo committed Sep 28, 2023
1 parent 271d34b commit e411c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/.vim/vimrc.d/latex.vim
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ endif
let g:vimtex_quickfix_mode = 0
let g:vimtex_view_automatic = 0
let g:vimtex_toc_todo_labels = { 'TODO': 'TODO: ', 'FIXME': 'FIXME: ', 'ISSUE': 'ISSUE: ', 'NOTE': 'NOTE: '}

let g:vimtex_fold_enabled = 1
let g:vimtex_compiler_method = 'latexmk'
" use custom Makefile instead of latexmk by default
" let g:vimtex_compiler_method = 'generic'
Expand Down

0 comments on commit e411c23

Please sign in to comment.