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:
parent
4c04c16528
commit
1b3feefc4c
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue