dotfiles/symlinks/config/nvim/plugin/tex.vim

8 lines
339 B
VimL
Raw Normal View History

2021-02-23 11:27:32 +00:00
" -----------------------------------------------------------------------------
" - 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'