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