feat: set default LaTeX flavor in neovim
This commit is contained in:
parent
b673dbc4d8
commit
84366cec8e
@ -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 = " "
|
||||
|
||||
|
Reference in New Issue
Block a user