diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2019-01-07 16:56:48 -0500 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2019-01-07 16:56:48 -0500 |
commit | f391c9a87cb0b3e6acfb1d8cb64660f1fd2edc09 (patch) | |
tree | 63e50e2fd9d7576418c4475ca374a26560c2f27f /vim/.vim/after/ftplugin/tex.vim~HEAD_0 | |
parent | 8aa9df6189da355b52a94134ad1079e6b9bb2794 (diff) |
Updates vim
Diffstat (limited to 'vim/.vim/after/ftplugin/tex.vim~HEAD_0')
-rw-r--r-- | vim/.vim/after/ftplugin/tex.vim~HEAD_0 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/.vim/after/ftplugin/tex.vim~HEAD_0 b/vim/.vim/after/ftplugin/tex.vim~HEAD_0 new file mode 100644 index 0000000..95e50d4 --- /dev/null +++ b/vim/.vim/after/ftplugin/tex.vim~HEAD_0 @@ -0,0 +1,2 @@ +set spell +au BufWritePost * silent! execute "!pdflatex %" | redraw! |