vimtex/test/issue/274/minivimrc

6 lines
141 B
Plaintext
Raw Normal View History

2015-11-11 14:49:22 -05:00
set nocompatible
let &rtp = '~/.vim/bundle/vimtex,' . &rtp
let &rtp .= ',~/.vim/bundle/vimtex/after'
filetype plugin indent on
syntax enable