generation 560 25.11.20250714.62e0f05

This commit is contained in:
2025-12-18 05:24:31 -05:00
parent 3c1dee3c19
commit a49755c10f
2 changed files with 25 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ vim.g.maplocalleader = ','
-- vim.g.Tex_IgnoreLevel = 8
-- Delete extra compilation files when a TeX buffer is deleted.
vim.api.nvim_create_autocmd("BufDelete", {
pattern = "*.tex",
command = "silent! !latexmk -c > /dev/null 2>&1 %:p",
})
-- vim.api.nvim_create_autocmd("BufDelete", {
-- pattern = "*.tex",
-- command = "silent! !latexmk -c > /dev/null 2>&1 %:p",
-- })