diff --git a/.config/vim/vimrc b/.config/vim/vimrc index 25943f7..c1e4e67 100644 --- a/.config/vim/vimrc +++ b/.config/vim/vimrc @@ -199,3 +199,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