diff options
| author | Robert Günzler <r@gnzler.io> | 2021-02-23 13:25:59 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-04-26 02:09:44 +0200 |
| commit | af429ed47696cc62ae29759524fca49a791e845d (patch) | |
| tree | e5f2e6e6d29620277b8ddde9a4b6bcfdd517b521 /.vim/ftplugin/tex.lua | |
| parent | 01c7c7a51b65a836d7d33c9320a80a0537cff6e1 (diff) | |
vim: update 2021-02-23T13:26:28Z+01:00
Diffstat (limited to '.vim/ftplugin/tex.lua')
| -rw-r--r-- | .vim/ftplugin/tex.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/ftplugin/tex.lua b/.vim/ftplugin/tex.lua new file mode 100644 index 0000000..723d992 --- /dev/null +++ b/.vim/ftplugin/tex.lua @@ -0,0 +1 @@ +vim.bo.makeprg = 'latexmk -1 -n %' |