9dfa9af8e9
* Simplify code, remove redundancies * Ensure that there is feedback also from `VimtexCompileSS` * Provide feedback on compile status if possible (i.e., if process was not run in the background)
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
|