Added documentation for documentclass folding (#477)

This commit is contained in:
Karl Yngve Lervåg 2016-07-12 17:42:22 +02:00
parent 39fe7b5170
commit 9a545b4038

View File

@ -453,6 +453,8 @@ Options~
*g:vimtex_fold_preamble* *g:vimtex_fold_preamble*
Control whether or not to fold the preamble. Control whether or not to fold the preamble.
Note: This option can not be used together with |g:vimtex_fold_documentclass|.
Default value: 1 Default value: 1
*g:vimtex_fold_sections* *g:vimtex_fold_sections*
@ -479,6 +481,14 @@ Options~
< <
Default value: 1 Default value: 1
*g:vimtex_fold_documentclass*
Use this option to disable/enable folding of long `\documentclass` lines. This
works similar to |g:vimtex_fold_usepackage|.
Note: This option can not be used together with |g:vimtex_fold_preamble|.
Default value: 0
*g:vimtex_imaps_enabled* *g:vimtex_imaps_enabled*
Use this option to disable/enable the insert mode mappings. Use this option to disable/enable the insert mode mappings.