vimtex/test/issues/template/minivimrc

16 lines
304 B
Plaintext
Raw Normal View History

2016-01-12 15:56:40 -05:00
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