17 lines
343 B
VimL
Raw Normal View History

2016-10-26 18:56:33 +02:00
set nocompatible
let &rtp = '~/.vim/bundle/vimtex,' . &rtp
let &rtp .= ',~/.vim/bundle/vimtex/after'
filetype plugin indent on
syntax enable
let g:tex_flavor = 'latex'
" let g:vimtex_motion_matchparen = 1
" let g:vimtex_indent_enabled = 1
2016-10-26 23:25:34 +02:00
edit main.tex
profile start profile.log
profile func *split
normal! o
profile pause
noautocmd qall!