feat: set default LaTeX flavor in neovim

This commit is contained in:
swy7ch 2020-05-19 16:07:08 +02:00 committed by swytch
parent b673dbc4d8
commit 84366cec8e
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,9 @@ filetype plugin indent on
" To recognize groff filetype
au BufNewFile,BufRead *.mom set filetype=groff
" Always use LaTeX flavor
au BufNewFile,BufRead *.tex set filetype=tex
" Defining the <leader>
let mapleader = " "