vimtex/test/issues/324/vimrc

9 lines
178 B
VimL
Raw Normal View History

2016-01-14 16:26:13 -05:00
set nocompatible
filetype plugin indent on
syntax enable
set completeopt=menu,preview
let &rtp = '~/.vim/bundle/vimtex,' . &rtp
let &rtp = '~/.vim/bundle/vimtex/after,' . &rtp