vimtex/test/issues/274/minivimrc

6 lines
141 B
Plaintext
Raw Normal View History

2015-11-10 16:42:44 -05:00
set nocompatible
let &rtp = '~/.vim/bundle/vimtex,' . &rtp
2015-11-11 05:12:50 -05:00
let &rtp .= ',~/.vim/bundle/vimtex/after'
2015-11-10 16:42:44 -05:00
filetype plugin indent on
syntax enable