summary refs log tree commit diff
path: root/.vim/after/ftplugin/tex.lua
blob: 031c63b8f0f8d5049afd93b78ff180114628d004 (plain) (blame)
1
2
3
vim.opt_local.makeprg = "latexmk -1 -n %"
vim.opt_local.textwidth = 80