vimtex/test/examples/book-multifile/minivimrc

6 lines
142 B
Plaintext
Raw Normal View History

set nocompatible
let &rtp = '~/.vim/bundle/vimtex,' . &rtp
let &rtp .= ',~/.vim/bundle/vimtex/after'
filetype plugin indent on
syntax enable