1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

vimrc: enable spell-checking for Tex

This commit is contained in:
Joe Groocock 2018-03-29 11:17:28 +01:00
parent c2dc82c1cc
commit 91cb7ea620
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -200,3 +200,4 @@ cmap w!! w !sudo tee > /dev/null %
autocmd FileType markdown setlocal ts=2 sts=2 sw=2 et
autocmd FileType yaml setlocal ts=2 sts=2 sw=2 et
autocmd FileType tex silent VimtexCompile
autocmd FileType tex setlocal spell