vimtex/test/issues/324/vimrc
2016-03-27 22:53:33 +02:00

9 lines
178 B
VimL

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