8 lines
339 B
VimL
8 lines
339 B
VimL
" -----------------------------------------------------------------------------
|
|
" - Tex plugin configuration -
|
|
" Must be run before plugin, therefore it can't be located in after dir
|
|
" -----------------------------------------------------------------------------
|
|
|
|
" Set default .tex file flavor to latex
|
|
let g:tex_flavor = 'latex'
|