generation 553 25.11.20250714.62e0f05

This commit is contained in:
2025-12-18 03:37:48 -05:00
parent 2aab3f2174
commit 2958e665fd

View File

@@ -165,6 +165,8 @@ vim.api.nvim_create_autocmd("FileType", {
command = "setlocal wrap"
})
vim.api.nvim_create_augroup("vimrc", { clear = true })
vim.api.nvim_create_autocmd("FileType", {
desc = "texpresso compile",
group = "vimrc",