481 current 2025-07-09 21:05:01 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-07-09 21:05:42 -04:00
parent b491c70250
commit 372ebe946a
3 changed files with 12 additions and 0 deletions

View File

@@ -35,6 +35,10 @@ Double space found.
]]
vim.g.Tex_IgnoreLevel = 8
if vim.g.goyo_if then
return
end
-- Delete extra compilation files when a TeX buffer is deleted.
vim.api.nvim_create_autocmd("BufDelete", {
pattern = "*.tex",