From f391c9a87cb0b3e6acfb1d8cb64660f1fd2edc09 Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Mon, 7 Jan 2019 16:56:48 -0500 Subject: Updates vim --- vim/.vim/after/ftplugin/tex.vim~HEAD | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 vim/.vim/after/ftplugin/tex.vim~HEAD (limited to 'vim/.vim/after/ftplugin/tex.vim~HEAD') diff --git a/vim/.vim/after/ftplugin/tex.vim~HEAD b/vim/.vim/after/ftplugin/tex.vim~HEAD new file mode 100644 index 0000000..95e50d4 --- /dev/null +++ b/vim/.vim/after/ftplugin/tex.vim~HEAD @@ -0,0 +1,2 @@ +set spell +au BufWritePost * silent! execute "!pdflatex %" | redraw! -- cgit v1.1