summary refs log tree commit diff
path: root/.vim/ftplugin/tex.lua
diff options
context:
space:
mode:
Diffstat (limited to '.vim/ftplugin/tex.lua')
-rw-r--r--.vim/ftplugin/tex.lua1
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 %'