nvim: Set the default tex flavour

This is required in latest releases. See :help vimtex-tex-flavor.

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2020-08-04 17:39:54 +05:30
parent 4c04c16528
commit 1b3feefc4c

View file

@ -47,6 +47,9 @@ let g:sneak#label = 1
let g:sneak#s_next = 1
let g:sneak#use_ic_scs = 0
" vimtex
let g:tex_flavor = 'latex'
" Neovim LSP Diagnostics
let g:diagnostic_enable_virtual_text = 0
let g:diagnostic_show_sign = 1