02768f5bad
Also fixed minor issue with bufwipeout.
6 lines
142 B
Plaintext
6 lines
142 B
Plaintext
set nocompatible
|
|
let &rtp = '~/.vim/bundle/vimtex,' . &rtp
|
|
let &rtp .= ',~/.vim/bundle/vimtex/after'
|
|
filetype plugin indent on
|
|
syntax enable
|