vimtex/test/template/minivimrc
2016-01-12 21:56:40 +01:00

16 lines
304 B
Plaintext

set nocompatible
" Load Vimtex
" Note: The path might need an update
let &rtp = '~/.vim/bundle/vimtex,' . &rtp
let &rtp .= ',~/.vim/bundle/vimtex/after'
" Load other plugins, if necessary
" let &rtp = '~/path/to/other/plugin,' . &rtp
filetype plugin indent on
syntax enable
" Vimtex options go here