summaryrefslogtreecommitdiff
path: root/ftplugin/tex.lua
blob: b565c48ae7a1e8e80409175b97e026d02014b621 (plain)
1
2
-- Configure the compiler for latex
vim.opt_local.makeprg = 'pdflatex -interaction=nonstopmode -file-line-error -synctex=1 %'