]> Untitled Git - vimfiles.git/commitdiff
I only ever write latex anyway
authorPhilippe Hürlimann <p@hurlimann.org>
Sun, 1 Aug 2021 12:24:33 +0000 (14:24 +0200)
committerPhilippe Hürlimann <p@hurlimann.org>
Sun, 1 Aug 2021 12:24:33 +0000 (14:24 +0200)
init.vim

index b66280f590a18329205c4a9f41ca5ef9d4cbfba7..e29d98a41331bac68ae520220c5e3c5d430d8000 100644 (file)
--- a/init.vim
+++ b/init.vim
@@ -42,6 +42,8 @@ call plug#end()
 
 let g:deoplete#enable_at_startup = 1
 
+let g:tex_flavor = 'latex'
+
 let g:OmniSharp_server_use_mono = 1
 
 let g:ackprg = "rg --vimgrep"