From: Philippe Hürlimann Date: Sun, 1 Aug 2021 12:24:33 +0000 (+0200) Subject: I only ever write latex anyway X-Git-Url: https://git.hurlimann.org/?a=commitdiff_plain;h=d59c56e31c010f4af76dd67602c1993c27d174f7;p=vimfiles.git I only ever write latex anyway --- diff --git a/init.vim b/init.vim index b66280f..e29d98a 100644 --- 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"