1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-26 04:57:45 +01:00

nvim: increased preview tex and markdown delay

This commit is contained in:
tiyn 2023-12-10 02:42:36 +01:00
parent 21508b1c1e
commit 509d72007a

View File

@ -5,6 +5,7 @@ return {
ft = { 'tex' },
config = function()
vim.g.knap_settings = {
delay = 1000,
-- tex
texoutputext = "pdf",
textopdf = "pdflatex -synctex=1 -halt-on-error -interaction=batchmode %docroot%",