vimtex/test/issues/template/minivimrc
2016-03-27 22:53:33 +02: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