vimtex/test/issues/598/vimrc
2016-10-26 23:25:34 +02:00

17 lines
343 B
VimL
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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
edit main.tex
profile start profile.log
profile func *split
normal! o
profile pause
noautocmd qall!