diff options
author | Urbain Vaes <urbain@vaes.uk> | 2019-10-03 11:51:06 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2019-10-03 11:51:06 +0100 |
commit | 8f97de03651a7070cae444e9ae13c9f660119bd3 (patch) | |
tree | 36c47af6dea8b9d75c419e871eaf95fda037f272 /vim | |
parent | 45ceae0de2b01480ab2502c4935c62aa681789e9 (diff) |
Improve mutt attachment script
Diffstat (limited to 'vim')
-rw-r--r-- | vim/.vimrc | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -234,6 +234,13 @@ let g:vimtex_view_method='zathura' let g:vimtex_quickfix_mode=2 let g:vimtex_compiler_progname='nvr' let g:vimtex_syntax_enabled=1 +let g:vimtex_fold_types = { + \ 'preamble' : {'enabled' : 0}, + \ 'envs' : { + \ 'blacklist' : ['lemma', 'proposition', 'theorem', 'equation'], + \ 'whitelist' : ['proof'], + \ }, + \} " Pilot let g:pilot_boundary='ignore' |